You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New feature: delete entry/folder --useraccess: you can now archive/delete user access assignments by appending --useraccess <accessrowid> to either the delete entry or delete folder commands. This will remove a user's access to the entry/folder, rather than deleting the object itself. You can find the access row id by running e.g. pleasant-cli get entry --id <id> --useraccess.
Changelog
120b4da Add user access assignment deletion/archival to delete entry and delete folder commands
6e39da6 Bump version to v0.4.0, fix token file discovery when using a non-standard token path