vault move
ockam vault move --path <PATH> <NAME>
This command will move an existing vault file to a new path:
- the vault needs to exist
- the vault data should not be stored in the main database
- the vault path should exist
- the new vault path should not exist
Arguments
<NAME>
Options
--path <PATH>
Examples
# To move a vault to a new path
$ ockam vault move my_vault --path new/path