Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 551 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 551 Bytes

Phrase docker

Run phrase 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.