The collection new
Command
Create a new collection.
msh collection new <collection-name>
Arguments
collection-name
: The name of the new collection to create.
Example
shell
$ msh collection new my-collection
Collection 'my-collection' created (~/.myshell/my-collection)
Run 'source ~/.bashrc' to activate the new collection