Releases: mikesimons/envelope
Releases Β· mikesimons/envelope
v0.2.0 - AWS args
Implements --aws-profile
, --aws-region
& --aws-role
. It's also possible to specify profile & region using the usual AWS SDK env vars AWS_PROFILE
, AWS_REGION
.
Please note that envelope only supports a single aws session per invocation.
v0.1.0 - Encryption in place
See #8 for specifics.
You can now do envelope encrypt --key some.key --in-place config.yaml
to encrypt values directly in documents. π
Breaking changes
--key
has been renamed to--profile
add-key
command moved toprofile add
in preparation for other profile related commands--key
on encrypt now refers to the the path to a key in a structured inputencrypt
with blob format no longer prefixes the output unless--with-prefix
is supplied
v0.0.3
Fix typo in decrypt help
v0.0.2
Fix addkey error messages and improve usability
Initial release
π π π π