https://github.com/nhsdigital/cis2-connman-cli
A Command-Line Tool for the CIS2 Connection Manager API
https://github.com/nhsdigital/cis2-connman-cli
Last synced: 7 months ago
JSON representation
A Command-Line Tool for the CIS2 Connection Manager API
- Host: GitHub
- URL: https://github.com/nhsdigital/cis2-connman-cli
- Owner: NHSDigital
- Created: 2023-11-29T17:19:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T11:46:08.000Z (over 1 year ago)
- Last Synced: 2025-06-02T09:06:11.748Z (8 months ago)
- Language: Python
- Size: 49.8 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CIS2 Connection Manager CLI
## Install
Install the latest version from the releases.
```bash
pip install --user https://github.com/NHSDigital/cis2-connman-cli/releases/download/v0.1.1/connman_cli-0.1.1-py3-none-any.whl
# or
pipx install https://github.com/NHSDigital/cis2-connman-cli/releases/download/v0.1.1/connman_cli-0.1.1-py3-none-any.whl
```