Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@marevers marevers released this 22 Mar 08:53
  • New feature: patch entry/folder: with these commands, you can patch existing entries and folders which allows for partial updates, e.g. just the name or password. You can also set user access assignments with --useraccess.
  • New feature: the timeout used for HTTP calls towards the server is now configurable. The default value remains 20 seconds but should you want to use a longer/shorter timeout, you can configure it like such: pleasant-cli config timeout <seconds>. This configuration is persisted in the configuration file.
  • Bugfix: the login command would not verify if the server URL was set. This verification has been added.
  • Bugfix: Commands where --path was used could sometimes end up unintentionally matching entries/folders with object names that were not fully equal. This matching mechanism has seen an additional validation added that should prevent this now.

Changelog

  • de74c23 Add patch entry and patch folder commands
  • 3829567 Add user access assignment functionality to patch entry and patch folder commands
  • 8dd6f24 Bump version to v0.5.0
  • 72f9aa5 Display server error message on unmatched error
  • 875f4a5 Make timeout configurable, verify serverurl set for login command
  • af262ce Prevent non-fully matching paths to match for --path
  • f72936d Refactor loading current configuration
  • 0763610 Update patch command description