Skip to content

v0.2.29

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 17:18
e48cb86

[Publish](https://github.com/duplocloud/duploctl/actions/runs/9420705921)

Added

  • publish docs on main branch push

Fixed

  • Better error handling for the version command. It failed when the server didn't have the version endpoint.

Installation

PIP PyPi:
duplocloud-client

pip install duplocloud-client==0.2.29

PIP Sdist:
The dowload below named duplocloud_client-0.2.29.tar.gz is the sdist of the package.

pip install https://github.com/duplocloud/duploctl/releases/download/v0.2.29/duplocloud_client-0.2.29.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.29

docker pull duplocloud/duploctl:v0.2.29

Install CLI to Path Linux:

curl -s -L https://github.com/duplocloud/duploctl/releases/download/v0.2.29/duploctl-0.2.29-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/9420705921