Skip to content

The move Command

Move a script to a different collection.

msh move <script-name> <destination-collection>

Arguments

  • script-name: The name of the script to move.
  • destination-collection: The collection to move the script to.

Example

shell
$ msh move npi web-collection
Script 'npi' moved to collection 'web-collection'