folder move

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

Usage

folder move --p Path --t Target
RequiredArgumentDescription
Yes--p PathSpecifies the path of the folder you want to move.
Yes--t TargetSpecifies 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