From 00e10ff8cf30b7e7c8d80e509cd44353b0d2df58 Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 17 Jan 2024 14:27:20 +0000 Subject: [PATCH] Deploying from phrase/openapi@98b44727 --- CHANGELOG.md | 7 +++++++ README.md | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e0d0ea..7b1cfb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.21.0](https://github.com/phrase/openapi/compare/cli-v2.20.0...cli-v2.21.0) (2024-01-17) + + +### Features + +* **api:** Add QPS endpoint and documentation ([#521](https://github.com/phrase/openapi/issues/521)) ([d22c558](https://github.com/phrase/openapi/commit/d22c558adfbb7fcd13759e388c038744914e42fa)) + ## [2.20.0](https://github.com/phrase/openapi/compare/cli-v2.19.3...cli-v2.20.0) (2024-01-10) diff --git a/README.md b/README.md index 02f5298..8ac5f38 100644 --- a/README.md +++ b/README.md @@ -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.20.0 +- Package version: 2.21.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen @@ -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.20.0 help + $ docker run --rm phrase/phrase-cli:2.21.0 help Some commands are interactive and require the `-it` flag. - $ docker run -it phrase/phrase-cli:2.20.0 init + $ docker run -it phrase/phrase-cli:2.21.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.20.0 pull + $ docker run --volume $(pwd):/code --workdir /code --rm phrase/phrase-cli:2.21.0 pull You can also use the docker image as base for more complex images.