Skip to content

Releases: marevers/pleasant-cli

v0.0.2

27 Apr 15:18
Compare
Choose a tag to compare
  • Adds --no-duplicates flag for entry and folder creation to prevent creation of entries/folders with identical names.
  • Adds --useraccess flag to retrieve list of users that have access to an entry/folder.
  • Some refactoring.

Changelog

  • cbdaa1b Add --no-duplicate flag for entry creation
  • b078d85 Add --no-duplicates flag for folder creation
  • d6e0d75 Add --useraccess flag to get entry and get folder
  • 6701156 Fix typo
  • 18cbd9f Put models in models.go
  • 37b0fc9 Refactor models, remove duplicate models
  • 714175d Set version v0.0.2

v0.0.1

05 Apr 07:48
Compare
Choose a tag to compare

Pleasant CLI v0.0.1

This is the initial release of Pleasant CLI. It's a simple CLI for Pleasant Password Server.
It is built using Cobra and Viper.

It can currently perform simple tasks:

  • Get entries & folders
  • Get entry passwords and attachments
  • Get access levels
  • Create entries & folders

Planned to add next:

  • Patching entries & folders
  • no-duplicates flag (folders/entries in the same location with the same name will not be created*)

Suggestions and feedback are very welcome.

*Pleasant Password Server allows entries in the same folder with the same name. The flag will allow you to prevent creation of an entry if another entry with the same name already exists in the target location.