https://github.com/francois2metz/phrase-docker
Run phrase cli in a docker container.
https://github.com/francois2metz/phrase-docker
docker phrase
Last synced: 3 months ago
JSON representation
Run phrase cli in a docker container.
- Host: GitHub
- URL: https://github.com/francois2metz/phrase-docker
- Owner: francois2metz
- License: mit
- Created: 2016-04-18T16:14:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T08:23:53.000Z (over 2 years ago)
- Last Synced: 2025-03-26T06:51:06.359Z (about 1 year ago)
- Topics: docker, phrase
- Language: Dockerfile
- Homepage: https://github.com/phrase/phrase-cli
- Size: 50.8 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phrase docker
Run [phrase cli][cli] in a docker container.
## Usage
Initialize and configure your project:
docker run --rm --tty --interactive --volume $(pwd):/code --workdir /code ghcr.io/francois2metz/phrase init
Pull translations from phraseapp to your project:
docker run --rm --tty --interactive --volume $(pwd):/code --workdir /code ghcr.io/francois2metz/phrase pull
See more examples on the [CLI readme][readme].
[cli]: https://github.com/phrase/phrase-cli
[readme]: https://github.com/phrase/phrase-cli/blob/master/README.md