project create
ockam project create [OPTIONS] <SPACE_NAME> [PROJECT_NAME]
This command will create a new project within the given space. If the project already exists, it will just fetch it and show its details.
Arguments
-
<SPACE_NAME>
Name of the Space the project belongs to -
[PROJECT_NAME]
(optional)
Name of the project - must be unique within parent Space
Options
--identity [IDENTITY_NAME]
(optional)
Run the command as the given Identity
Examples
# To create a new project with a random name
$ ockam project create myspace
# To create a new project with a specific name
$ ockam project create myspace myproject