Skip to content

Releases: conduktor/ctl

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