Skip to content

Commit

Permalink
Deploying from phrase/openapi@3a35b6bb
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Jan 29, 2025
1 parent 2384043 commit 2dc91a7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.35.6](https://github.com/phrase/openapi/compare/cli-v2.35.5...cli-v2.35.6) (2025-01-29)


### Bug Fixes

* **API:** pass translation_key_ids when removing keys from job ([#771](https://github.com/phrase/openapi/issues/771)) ([f670e27](https://github.com/phrase/openapi/commit/f670e2763b1112fefd1812109b3c09def42b7bd2))
* **cli:** CLI do not exit with 0 on pull when branch does not exist ([#768](https://github.com/phrase/openapi/issues/768)) ([e7d8c43](https://github.com/phrase/openapi/commit/e7d8c435dafec065ed8fb657e8879bf843ee3a48))
* **CLI:** Undo version bump ([#770](https://github.com/phrase/openapi/issues/770)) ([643aba1](https://github.com/phrase/openapi/commit/643aba13c79c6350f7416af3f5a78837bc937055))

## [2.35.5](https://github.com/phrase/openapi/compare/cli-v2.35.4...cli-v2.35.5) (2025-01-06)


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.35.5
- Package version: 2.35.6

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

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

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

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

Expand Down

0 comments on commit 2dc91a7

Please sign in to comment.