File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.46.0] ( https://github.com/phrase/openapi/compare/cli-v2.45.0...cli-v2.46.0 ) (2025-09-30)
4+
5+
6+ ### Features
7+
8+ * ** API:** Add "reviewed" param for tanslations#update ([ #891 ] ( https://github.com/phrase/openapi/issues/891 ) ) ([ 3f77286] ( https://github.com/phrase/openapi/commit/3f7728669fa68d5911dfca39a9e39c24cd20c0a4 ) )
9+ * ** SCM-732:** expose Automation API ([ #910 ] ( https://github.com/phrase/openapi/issues/910 ) ) ([ 6eea53d] ( https://github.com/phrase/openapi/commit/6eea53d06aca8f43623ba90e2e0a8cd6761c9a13 ) )
10+
311## [ 2.45.0] ( https://github.com/phrase/openapi/compare/cli-v2.44.0...cli-v2.45.0 ) (2025-08-01)
412
513
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Phrase Strings is a translation management platform for software projects. You c
77This CLI client was generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project.
88
99- API version: 2.0.0
10- - Package version: 2.45 .0
10+ - Package version: 2.46 .0
1111
1212- Build package: org.openapitools.codegen.languages.GoClientCodegen
1313
@@ -57,15 +57,15 @@ Use the `pull` command to download the most recent locale files back into your p
5757
5858You can also use ` phrase ` through a docker image, without installing the cli on your computer.
5959
60- $ docker run --rm phrase/phrase-cli:2.45 .0 help
60+ $ docker run --rm phrase/phrase-cli:2.46 .0 help
6161
6262Some commands are interactive and require the ` -it ` flag.
6363
64- $ docker run -it phrase/phrase-cli:2.45 .0 init
64+ $ docker run -it phrase/phrase-cli:2.46 .0 init
6565
6666Commands that need to read the config file and write locale files can mount a directory.
6767
68- $ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.45 .0 pull
68+ $ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.46 .0 pull
6969
7070You can also use the docker image as base for more complex images.
7171
You can’t perform that action at this time.
0 commit comments