Releases: conduktor/ctl
Releases · conduktor/ctl
0.2.4
What's Changed
- Breaking change: CDK_TOKEN is now CDK_API_KEY
0.2.3
What's Changed
Nothing new from 0.2.2 just ci change to fix automatication update brew formula
0.2.2
0.1.2
0.2.1
0.2.0
What's Changed
- this release is only compatible with console 1.23 or above
- make ctl work with complex path (#31) @strokyl
- Fix: add prefix X- to custom header (#33) @qboileau
- Set CDK-CLIENT header to improve analytics (#30) @gbecan
Dependency updates
- Bump golang.org/x/net from 0.17.0 to 0.23.0 (#32) @dependabot
0.1.1
0.1.0
Conduktor CLI first release 0.1.0
! 🎉
Conduktor CLI allow you to perform operations directly from your command line or a CI/CD pipeline to a Conduktor Console instance.
Features
- Support
get
,apply
(upsert),delete
command on following Conduktor Console resourcesApplication
ApplicationInstance
ApplicationInstancePermission
- Support
--dry-run
onapply
anddelete
- Support
completion
that generate the autocompletion script for the specified shell - Support proxy auth using certificat and key
- Support ignore untrusted certificates environment variable
- Configurable from environment variables
Contributors
More details on our documentation