space create
ockam space create [OPTIONS] [SPACE_NAME] [-- <ADMINS>...]
This command will create a new space. If the space already exists, it will just fetch it and show its details.
Arguments
-
[SPACE_NAME]
(optional)
Name of the space - must be unique across all Ockam Orchestrator users -
[ADMINS]
(optional)
Administrators for this space
Options
--identity [IDENTITY_NAME]
(optional)
Run the command as the given Identity
Examples
# To create a new space with a random name
$ ockam space create
# To create a new space with a specific name
# Names must be unique across all Ockam Orchestrator users
$ ockam space create s