Skip to content

v0.2.31

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 21:19
· 142 commits to main since this release
7a66010

Publish

Added

  • cloudfront resource with crud operations
  • a new plan resource to view
  • print token command when you just want the token

Updates

  • updated all of the resources to show up in the docs
  • arm64 linux binary is now available in the homebrew formula
  • auto generate markdown templates for resources when building the docs
  • updated docs for services.update_env to include usage

Installation

PIP PyPi:
duplocloud-client

pip install duplocloud-client==0.2.31

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

pip install https://github.com/duplocloud/duploctl/releases/download/v0.2.31/duplocloud_client-0.2.31.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.31

docker pull duplocloud/duploctl:v0.2.31

Install CLI to Path Linux:

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