blob: dfe69712f981496c3b1700dd0be29f707df277cd [file] [log] [blame] [view]
@PLUGIN@ project
================
NAME
----
@PLUGIN@ project - Imports a project
SYNOPSIS
--------
```
ssh -p @SSH_PORT@ @SSH_HOST@ @PLUGIN@ project
--from <URL> | -f <URL>
--user <USER> | -u <USER>
--pass - | <PASS>
<NAME> ...
```
DESCRIPTION
-----------
Imports a project.
ACCESS
------
TODO
SCRIPTING
---------
This command is intended to be used in scripts.
OPTIONS
-------
`--from`
: URL of the remote system from where the project should be imported.
`--pass`
: Password of remote user.
`--user`
: User on remote system.
EXAMPLES
--------
Import two projects:
```
$ ssh -p @SSH_PORT@ @SSH_HOST@ @PLUGIN@ project --from https://some-gerrit-server:8080 --pass myPassword --user myUser myProject myOtherProject
```