- New feature:
delete entry/folder --useraccess
: you can now archive/delete user access assignments by appending--useraccess <accessrowid>
to either thedelete entry
ordelete 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
.