Skip to content

v0.2.16

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 00:16
· 451 commits to main since this release
36dd452

duploctl v0.2.16 is out!.

PIP PyPi:
duplocloud-client

pip install duplocloud-client==0.2.16

PIP Sdist:
The dowload below named duplocloud-client-0.2.16.tar.gz is the sdist of the package.

pip install https://github.com/duplocloud/duploctl/releases/download/v0.2.16/duplocloud-client-0.2.16.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.16

docker pull duplocloud/duploctl:v0.2.16

Install CLI to Path Linux:

curl -s -L https://github.com/duplocloud/duploctl/releases/download/v0.2.16/duploctl-0.2.16-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/8639122239