Skip to content

Releases: cloudtruth/cloudtruth-cli

1.0.4

13 Aug 14:48
4c741ef
Compare
Choose a tag to compare
  • Added template edit for easier template modification.
  • Added environment tree to display environment inheritance.
  • Added parameter environment to display values of a single parameter in all environments.
  • Require user to confirm a parameter delete using the --yes flag or a prompt.
  • Performance improvement for parameter get.
  • Upgrade to Rust 1.54.

1.0.3

06 Aug 18:12
1fc2086
Compare
Choose a tag to compare
  • Added parameters difference command to compare parameters between two different environments.
  • Performance improvements:
    • Reduce the number of instances where secrets are retrieved.
    • Get parameter details using retrieve (by identifier), instead of a filtered list.
    • Added REST profiling prints when CLOUDTRUTH_REST_DEBUG is true.
  • Improved feedback for errors retrieving dynamic parameters.
  • Use standard cookie handling.

1.0.2

31 Jul 12:03
e1b6b52
Compare
Choose a tag to compare
  • Improved aliases (e.g. list now accepts ls or l).
  • Templates: added set, delete, and preview commands.
  • Fixed issue with multiple parameters with no value -- only some values shown in parameters list.
  • Fixed a couple issues with templates get:
    • Improved feedback when there are no templates found.
    • No longer show secrets without --secrets specified.
  • When fail to add a value for a new parameter, the parameter is now removed.

1.0.1

28 Jul 17:15
08f8b3d
Compare
Choose a tag to compare
Do not build RPMs or test with RPMs

1.0.0

21 Jul 01:21
04fdfec
Compare
Choose a tag to compare

This version of the CLI works with app.cloudtruth.io.
If you have been using app.cloudtruth.com then continue to use the earlier versions.

0.5.4

15 Jun 04:27
3ac5b9a
Compare
Choose a tag to compare
0.5.4 release

0.5.3

27 May 15:40
57ca851
Compare
Choose a tag to compare
0.5.3 release

0.5.2

20 May 15:09
6b05e02
Compare
Choose a tag to compare
0.5.2 release

0.5.1

10 May 18:59
aae97cd
Compare
Choose a tag to compare
0.5.1 release

0.5.0

07 May 15:43
a8891b8
Compare
Choose a tag to compare
Fix GH action create-draft-release