You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2020. It is now read-only.
This CLI is deprecated and has been replaced by CLI v2
PhraseApp Client (CLI v1)
The PhraseApp Client is available for all major platforms and lets you access all API endpoints as well as easily sync your locale files between your source code and PhraseApp.
If you use homebrew, we have provided a tap to make installation easier on Mac OS X:
brew tap phrase/brewed
brew install phraseapp
The tap is linked to our Formula collection and will be updated, when you call brew update as well.
2. Init
Initialize your project by executing the init command. This lets you define your preferred locale file format, source files and more.
$ cd /path/to/project
$ phraseapp init
3. Upload your locale files
Use the push command to upload your locale files from your defined sources:
$ phraseapp push
4. Download your locale files
Use the pull command to download the most recent locale files back into your project according to your targets:
$ phraseapp pull
5. More
To see a list of all available commands, simply execute:
$ phraseapp
To see all supported options for a command, simple use the --help flag:
$ phraseapp locales list --help
See our detailed guides for in-depth instructions on how to use the PhraseApp Client.
Contributing
This tool and it's source code are auto-generated from templates that run against a API specification file. Therefore we can not accept any pull requests in this repository. Please use the GitHub Issue Tracker to report bugs.