Skip to content

Commit

Permalink
Deploying from phrase/openapi@9dbc92e2
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed May 31, 2024
1 parent a43aad5 commit 79d88fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.27.1](https://github.com/phrase/openapi/compare/cli-v2.27.0...cli-v2.27.1) (2024-05-31)


### Bug Fixes

* **CLI:** use id instead of repo_sync_id as param ([#618](https://github.com/phrase/openapi/issues/618)) ([7a1a0d9](https://github.com/phrase/openapi/commit/7a1a0d9115262dc7fa3065ee7cc76bec7a381ddb))
* **PHP:** Fix deserializing custom metadata values in key response ([#607](https://github.com/phrase/openapi/issues/607)) ([b6eeeba](https://github.com/phrase/openapi/commit/b6eeeba223e3eabec268a8f3d372afcb6abd09dd))

## [2.27.0](https://github.com/phrase/openapi/compare/cli-v2.26.0...cli-v2.27.0) (2024-04-29)


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.27.0
- Package version: 2.27.1

- 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.27.0 help
$ docker run --rm phrase/phrase-cli:2.27.1 help

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

$ docker run -it phrase/phrase-cli:2.27.0 init
$ docker run -it phrase/phrase-cli:2.27.1 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.27.0 pull
$ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.27.1 pull

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

Expand Down

0 comments on commit 79d88fc

Please sign in to comment.