Skip to content

v0.2.30

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 23:03
8a8be65

Publish

Added

  • New aws plugin which can
  • generate boto3 clients using JIT
  • update_website command to push new code to an S3 bucket and invalidate the cloudfront cache
  • Tenant resource has a new region command to get just the current region for the tenant.
  • generating an aws profile without a name will default to "duplo"
  • publish linux/arm64 standalone binary

Installation

PIP PyPi:
duplocloud-client

pip install duplocloud-client==0.2.30

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

pip install https://github.com/duplocloud/duploctl/releases/download/v0.2.30/duplocloud_client-0.2.30.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.30

docker pull duplocloud/duploctl:v0.2.30

Install CLI to Path Linux:

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