Skip to main content

Listing folders

The getOperate folder list command is used to list all folders in the remote workspace.
getOperate folder

Push

The getOperate folder push command is used to push a local folder specification to a remote location, overriding any existing remote versions.
getOperate folder push <folder_path:string> <remote_path:string>

Arguments

ArgumentDescription
folder_pathThe path to the local folder.
remote_pathThe path to the remote location where the folder will be pushed.
I