project import
ockam project import --project-file <PATH>
This command will import a project in the local database from a json file produce with ockam project show --output json
.
If the project already exists, an error is returned
Options
--project-file <PATH>
Project file
Examples
# To import a project
$ ockam project import --project-file project.json