Skip to content

Releases: conduktor/ctl

0.2.4

02 May 15:34
15e9eaa
Compare
Choose a tag to compare

What's Changed

  • Breaking change: CDK_TOKEN is now CDK_API_KEY

0.2.3

02 May 13:50
d3a5f6a
Compare
Choose a tag to compare

What's Changed

Nothing new from 0.2.2 just ci change to fix automatication update brew formula

0.2.2

02 May 10:50
35bdca0
Compare
Choose a tag to compare

What's Changed

0.1.2

30 Apr 12:05
a21ef08
Compare
Choose a tag to compare
cacert and insecure for 0.1.1 (#36)

0.2.1

29 Apr 13:13
cfe543a
Compare
Choose a tag to compare

What's Changed

  • add ca cert (#35) @strokyl
  • Fix issue with insecure (#34) @strokyl
  • this release is only compatible with console 1.23 or above

0.2.0

22 Apr 15:08
e9a2ae3
Compare
Choose a tag to compare

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

0.1.1

15 Apr 08:10
06aba51
Compare
Choose a tag to compare

What's Changed

  • Uniformize CLI help commands/flags descriptions (#29) @qboileau
  • Use alpine as base Docker image with custom user (#28) @qboileau
  • Support for multiple failing apply to get a detailed summary (#27) @twobeeb

0.1.0

26 Mar 14:51
acc21c5
Compare
Choose a tag to compare

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 resources
    • Application
    • ApplicationInstance
    • ApplicationInstancePermission
  • Support --dry-run on apply and delete
  • 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