Skip to content

v0.2.40

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 15:21
· 5 commits to main since this release
68bd57b

Publish

  • Removed potential cyclic dependencies in docker-compose.yaml by explicitly defining inherited sections

What's Changed

Pull Requests

New Contributors

Full Changelog: v0.2.39...v0.2.40

Installation

PIP PyPi:
duplocloud-client

pip install duplocloud-client==0.2.40

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

pip install https://github.com/duplocloud/duploctl/releases/download/v0.2.40/duplocloud_client-0.2.40.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.40

docker pull duplocloud/duploctl:v0.2.40

Install CLI to Path Linux:

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