What's New in Rot: v2024.06
Release notes for Rot v2024.06.
Features
Hashes
Rot now includes hash CLI helpers to generate and verify hashes. Visit rot hash-new
and rot hash-ver
for more information.
Enhancements
- Added
cli.macros
for creating repeatable CLI shortcuts. - Change
rot run
to allow the base environment variable name to set for values using the meta key_
, e.g.secrets/mykey
with the meta key_
set totest
will bemykey_test
instead ofmykey
when usingrot run
.