teamleader / onesky-cli
0.3.0
2019-01-23 10:46 UTC
Requires
- onesky/api-library-php5: ^1.0
- symfony/console: ^3.2
- symfony/yaml: ^3.2
Requires (Dev)
- kherge/box: ^2.7
This package is not auto-updated.
Last update: 2025-03-30 06:24:50 UTC
README
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