Folders

Create new folder

akord folder:create <vaultId>

Rename an existing folder

akord folder:rename <folderId> 'New name'

Move the folder to a different folder (parent)

akord folder:move <folderId> <parentId>

Revoke the folder

Revokes the given folder along with the sub-tree of stacks and folders.

akord folder:revoke <folderId>

Restore an archived folder

By restoring a folder, you make it active in the vault again. Restores the given folder along with the sub-tree of stacks and folders.

akord folder:restore <folderId>

Delete an archived folder

Forever removes the folder along with the sub-tree of stacks and folders from the vault.

akord folder:delete <folderId>

Last updated