Releases: cloudtruth/cloudtruth-cli
Releases · cloudtruth/cloudtruth-cli
1.0.4
- 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
- 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
- Improved aliases (e.g.
list
now acceptsls
orl
). - Templates: added
set
,delete
, andpreview
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
Do not build RPMs or test with RPMs
1.0.0
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
0.5.4 release
0.5.3
0.5.3 release
0.5.2
0.5.2 release
0.5.1
0.5.1 release
0.5.0
Fix GH action create-draft-release