v0.2.32
Added
- remove_user_from_tenant command
- Added support for tenant start/stop
Updates
- changed handling of tenant arg in user resource
- add reference yaml for users
- changed client error handling to display docstrings on bad input
Installation
PIP PyPi:
duplocloud-client
pip install duplocloud-client==0.2.32
PIP Sdist:
The dowload below named duplocloud_client-0.2.32.tar.gz
is the sdist of the package.
pip install https://github.com/duplocloud/duploctl/releases/download/v0.2.32/duplocloud_client-0.2.32.tar.gz
PIP From Source:
Install directly from the version tag on GitHub.
pip install git+https://github.com/duplocloud/[email protected]
Dockerhub:
duplocloud/duploctl:v0.2.32
docker pull duplocloud/duploctl:v0.2.32
Install CLI to Path Linux:
curl -s -L https://github.com/duplocloud/duploctl/releases/download/v0.2.32/duploctl-0.2.32-linux-amd64.tar.gz | tar xvz - -C /usr/local/bin
Homebrew single binary:
brew install duplocloud/tap/duploctl
Homebrew with PIP:
brew install duplocloud/tap/duploctl --with-pip
Build: https://github.com/duplocloud/duploctl/actions/runs/10256055396