Skip to content

Commit

Permalink
Deploying from phrase/openapi@09fc2dac
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Jan 10, 2024
1 parent bb61a90 commit 30b7719
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.20.0](https://github.com/phrase/openapi/compare/cli-v2.19.3...cli-v2.20.0) (2024-01-10)


### Features

* **CLI:** Optional cleanup after push [TSI-2234] ([#518](https://github.com/phrase/openapi/issues/518)) ([f3730a1](https://github.com/phrase/openapi/commit/f3730a1ab8e1377aa5f4f2793b0bd72c3dab1664))

## [2.19.3](https://github.com/phrase/openapi/compare/cli-v2.19.2...cli-v2.19.3) (2024-01-02)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Phrase Strings is a translation management platform for software projects. You c
This CLI client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project.

- API version: 2.0.0
- Package version: 2.19.3
- Package version: 2.20.0

- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down Expand Up @@ -57,15 +57,15 @@ Use the `pull` command to download the most recent locale files back into your p

You can also use `phrase` through a docker image, without installing the cli on your computer.

$ docker run --rm phrase/phrase-cli:2.19.3 help
$ docker run --rm phrase/phrase-cli:2.20.0 help

Some commands are interactive and require the `-it` flag.

$ docker run -it phrase/phrase-cli:2.19.3 init
$ docker run -it phrase/phrase-cli:2.20.0 init

Commands that need to read the config file and write locale files can mount a directory.

$ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.19.3 pull
$ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.20.0 pull

You can also use the docker image as base for more complex images.

Expand Down

0 comments on commit 30b7719

Please sign in to comment.