Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1008 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 1008 Bytes

Usage

This project builds a docker image called teamleader/onesky. To pull the image on your local machine:

docker pull teamleader/onesky

To use it, run the docker container with your current working directory to the /project folder.

docker run -v $(pwd):/project teamleader/onesky

Configuration

Your project needs a onesky.yml, file which can be generated using:

docker run -v $(pwd):/project teamleader/onesky init

Then edit this file and your api key, secret and project id.

Usage

You can check all available commands using:

docker run -v $(pwd):/projectteamleader/onesky list

Uploading translations

Arguments:

  • source locale
  • source file name
docker run -v $(pwd):/projectteamleader/onesky upload nl-BE nl/app.json

Downloading translations

Arguments:

  • target locale
  • target file path
  • source file name
docker run -v $(pwd):/projectteamleader/onesky download fr-BE fr/app.json app.json