Skip to content

v0.3.0

Compare
Choose a tag to compare
@marevers marevers released this 15 Feb 11:58
· 23 commits to master since this release
  • New feature: get entry --username: you can now retrieve just the username for an entry by using the --username flag. Useful for automation/scripting purposes where you need to get the username (and password with --password) without the need for additional parsing.
  • New feature: Double quote trimming for get entry --password: the output for this command now automatically trims the double quotes around the output which improves compatibility when used for automation/scripting purposes.

Changelog

  • 99d5482 Add --username flag to retrieve username, remove double quotes from --password output
  • f9affa6 Bump version to v0.3.0
  • f5eaa13 Improve serverurl help message
  • fdc0463 Upgrade dependencies (cobra v1.8.0, golang.org/x/term v0.14.0