Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installation is straightforward using pip:
```
pip install proxygen-cli
```
After installation, the `proxygen` executable is available. Typing `proxygen` displays a list of available commands.
After installation, the `proxygen` executable is available. Typing `proxygen` displays a list of available commands. The `proxygen --version` command will show the version of the CLI installed.


## Configuration
Expand Down Expand Up @@ -105,4 +105,4 @@ When testing using the pytest-nhsd-apim python testing package, an apigee manage
Use the following command to obtain the pytest-nhsd-apim token:
```
$(proxygen pytest_nhsd_apim get_token)
```
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "proxygen-cli"
version = "2.1.18"
version = "2.1.19"
description = "CLI for interacting with NHSD APIM's proxygen service"
authors = ["Ben Strutt <ben.strutt1@nhs.net>"]
readme = "README.md"
Expand Down