blob: 4d470fdd7a3b4f33b6a2d06fa51a4a7e8566f1f0 [file] [log] [blame] [view]
@PLUGIN@ complete-project
=========================
NAME
----
@PLUGIN@ complete-project - Completes a project import
SYNOPSIS
--------
```
ssh -p @SSH_PORT@ @SSH_HOST@ @PLUGIN@ complete-project <NAME>
```
DESCRIPTION
-----------
Completes a project import.
ACCESS
------
Caller must be a member of a group that is granted the 'Import'
capability (provided by this plugin) or the 'Administrate Server'
capability.
SCRIPTING
---------
This command is intended to be used in scripts.
EXAMPLES
--------
Complete the import of the myProject project:
```
$ ssh -p @SSH_PORT@ @SSH_HOST@ @PLUGIN@ complete-project myProject
```