- New feature:
delete entry
anddelete folder
: you can now delete entries and folders. By default, they will archived (if that is enabled on the server). By using--delete
you can delete them instantly (careful, as that is irreversible). - New feature:
get passwordstrength
: allows you to test the strength of a given password against the server. - New feature:
get serverinfo
: gets information about the Pleasant Password server. - New feature:
--pretty
: new flag for theget
andsearch
commands. Indents the output, rather than outputting the JSON in one line. - Bug fix: some possible problems fixed that could cause the execution to continue even though it should have exited out already.
Changelog
- 31be022 Add --pretty flag for pretty-printing output to get and search commands
- 016acc9 Add delete entry and delete folder commands
- 39df214 Add get passwordstrength command
- 3483565 Add get serverinfo command
- 144b67c Adjust descriptions for get command
- f7d01d4 Fix some error handling
- 80eeffb Set version to v0.2.0