Vaults

Akord offers secure vaults where one or more members can store encrypted data, with support for auditing, versioning and organization.

Create a new vault

Using the CLI, you can create new vault:

akord vault:create 'Title of my Vault'

The CLI will return your vault ID.

Vault successfully created with id: 8mECRKDn2mG1xabMEDgLYLtVDmr6pvrOMtAXdGQ4HxE
Your transaction has been successfully commited. You can view it in the explorer by visiting the link below:
https://sonar.warp.cc/#/app/interaction/DZ981kN4p-LXd7HqEUxUu-R-84SoLWiQGlk0Jb2VX4o

Rename an existing vault

akord vault:rename <vaultId> 'New Title for my Vault'

Archive an existing vault

akord vault:archive <vaultId>

Last updated