Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This tutorial describes advanced project management techniques in CleverMaps Shell.

...

The final step to restore the backup dump is to upload the data and metadata to the project. As usually, use addMetadata and pushProject to do that.

Info
titleImport usage

The import command can import either a project from a server, or a local dump. What to import is decided based on provided parameters.

  • import --project {projectId} --server {serverName}
  • import --project {projectId} --dump {dumpId}
    • imports a local dump of another project (not the one currently opened)
  • import --dump {dumpId}
    • imports a dump of currently opened project

...

And as the finish message tells us, use the usual addMetadata and pushProject commands to upload the updated dump to the live project.

...