Skip to content

v0.2.44

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 22:29
· 1 commit to main since this release
16139ad

Publish

Added

  • Added support for updating the environment variables of a lambda.
  • Added support for SSM Parameter CRUD operations.
  • Added support for AWS Secrets Manager
  • Added support for configuring a load balancer for a service.
  • start, stop, restart for service with --wait

Fixed

  • Fixed duploctl ecs update_image service bug

Full Changelog: v0.2.41...v0.2.43

Installation

PIP PyPi:
duplocloud-client

pip install duplocloud-client==0.2.44

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

pip install https://github.com/duplocloud/duploctl/releases/download/v0.2.44/duplocloud_client-0.2.44.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.44

docker pull duplocloud/duploctl:v0.2.44

Install CLI to Path Linux:

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