Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 08:42
· 43 commits to main since this release
v1.4.0
fd716ab

What's Changed

  • refactor: use urfave/cli instead of yitsushi/go-commander by @yitsushi in #79

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.