vault default
ockam vault default <NAME>
This command will change the default vault. The default vault is used when creating a node if not specified otherwise.
Arguments
<NAME>
Name of the vault to be set as default
Examples
# The first created vault will be set as the default vault
$ ockam vault create v1
# Let's create a second vault and assign it as default
$ ockam vault create v2
$ ockam vault default v2