Skip to content

francois2metz/phrase-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.