Skip to content

v0.3.6

Choose a tag to compare

@github-actions github-actions released this 19 Aug 20:08
· 59 commits to main since this release
191cf20

Publish

Fixed

  • Create ticket command supports message processing as optional.
  • redirect based interactive login flow. Now safari and other browsers are supported with interactive login because the UI can give the token to the callback with a get request.

Added

  • Added duploctl command to create AI Helpdesk Ticket & Send AI Message.

What's Changed

Pull Requests

New Contributors

Full Changelog: v0.3.5...v0.3.6

Installation

PIP PyPi:
duplocloud-client

pip install duplocloud-client==0.3.6

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

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

docker pull duplocloud/duploctl:v0.3.6

Install CLI to Path Linux:

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