v1.4.0
What's Changed
Full Changelog: v1.3.3...v1.4.0
Breaking changes
- The
import
command now requires an--input
flag instead of a positional argument. - The
dump
command now required a--yes-please
flag to make sure the user understands that the exported content will NOT be encrypted. - The
dump
command now requires an--output
flag, stdout is not the default behaviour. If someone really wants to dump secrets to stdout... Well, you can use--output=/dev/stdout
. - There is no
version
subcommand. A simple--version
flag replaced it.