set
command support--kms-key-id
flag to specify a KMS key ID.
- Fix the issue that
get
command fails when the specified key is not found. - Fix the issue with error message output to standard out.
get
command does not make an error when the specified key is not found.
- Fix bug when running
keys
command with no arguments. (#6) - Fix bugs with aws region and profile set up.
- Fix
get
command usage typos.
- Support Apple silicon.
- Deprecate
get
command--ambiguious
option.
- Add
--no-color
global option. - Add
--no-type
option tokeys
subcommand.
- Update
keys
andget
subcommands query format.- Use
*
to specify the partial match and the forward match.
- Use
- Modify the output of
get
subcommand.- It does not show the key for an exact match.
- Fix duplicated output from
get
subcommand. - Fix bug,
--help
option also require AWS credential.
- Fix bugs about error handlings.
- Add
version
subcommand. - Add
--region
option. - Add
--profile
option. - Support
AWS_DEFAULT_REGION
environment variable.
- Improve
keys
subcommand.- Display the parameter types.
- Improve
get
subcommand.- Instead of displaying encrypted values as they are, display them as
(encrypted)
string. - For multi-line values, display the line feed code as a string of
\n
.
- Instead of displaying encrypted values as they are, display them as
- Improve
set
subcommand.- Add confirmation prompt before overwriting existing value.
- Add
--force
option.
- Improve
del
subcommand.- Add confirmation prompt before deleting.
- Add
--force
option.
- Fix some bugs.
- Initial version