Add cp and mv commands in the CLI.
cp : Lets you copy instance at the given source path to the given destination path, add a -r option which specifies whether to copy descendants recursively
mv : Lets you move an instance at the given source path to the given destination path, add a -r option which specifies whether to move descendants recursively
Add cp and mv commands in the CLI. cp : Lets you copy instance at the given source path to the given destination path, add a -r option which specifies whether to copy descendants recursively mv : Lets you move an instance at the given source path to the given destination path, add a -r option which specifies whether to move descendants recursively