folder move

The folder move command moves a folder in Server Explorer to another location.

Usage

folder move --p Path --t Target
Required Argument Description
Yes --p Path Specifies the path of the folder you want to move.
Yes --t Target Specifies the path to which you want to move the folder.

Example

This example moves a folder named ExampleABC into the folder Example123.

folder move --p ExampleABC --t Example123