The collection clone
Command
Clone a remote collection to the local collections.
msh collection clone <url> [collection-name]
Arguments
url
: The URL of the remote collection to clone.collection-name
: The name of the local collection to create. If not provided will be the name of the repo (optional).
Example
shell
$ msh collection clone https://github.com/cophilot/my-collection.git my-collection