identity default
ockam identity default [NAME]
This command will change the default identity. The default identity is used when creating a node if not specified otherwise.
Arguments
[NAME]
(optional)
Name of the identity to be set as default
Examples
# The first created identity will be set as the default identity
$ ockam identity create i1
# Let's create a second identity and assign it as default
$ ockam identity create i2
$ ockam identity default i2