@PLUGIN@ copy-project - Copies a project
ssh -p @SSH_PORT@ @SSH_HOST@ @PLUGIN@ copy-project \ [--quiet] \ <NAME> \ <COPY>
Copies a project.
Caller must be a member of a group that is granted the ‘Copy’ capability (provided by this plugin) or the ‘Administrate Server’ capability.
This command is intended to be used in scripts.
--quiet
: Suppress progress messages.
Copy a project:
$ ssh -p @SSH_PORT@ @SSH_HOST@ @PLUGIN@ copy-project myProject myCopy