v0.1.2
- Allow
encrypt
subcommand to take secret value fromstdin
#15 - Amber searches the parent directory for the amber.yaml file if
amber.yaml isn't present in the current working directory. This
check is only done when no explicit amber-yaml is specificed (unless
the specified amber yaml itself is amber.yaml which is the default
value)
What's Changed
- Allow encrypting values from stdin (fixes #15) by @snoyberg in #16
- Mention AUR package in README by @wezm in #18
- Add installation section for Nix/NixOS by @psibi in #19
- Search amber.yaml in parent directory in some cases by @psibi in #22
- Update clap and other dependencies by @psibi in #23
New Contributors
Full Changelog: v0.1.1...v0.1.2