v0.3.6
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
- enable redirect based interactive logins by @kferrone in #167
- DUPLO-33022: AI Helpdesk Ticket creation & send AI message commands by @VijayGite-duplocloud in #173
- DUPLO-33022: Changes to handle optional content/message processing in ticket creation by @VijayGite-duplocloud in #174
New Contributors
- @VijayGite-duplocloud made their first contribution in #173
Full Changelog: v0.3.5...v0.3.6
Installation
PIP PyPi:
duplocloud-client
pip install duplocloud-client==0.3.6PIP 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.gzPIP 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.6Install 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/binHomebrew single binary:
brew install duplocloud/tap/duploctlHomebrew with PIP:
brew install duplocloud/tap/duploctl --with-pip