@PLUGIN@ get-path get full path of repository
ssh -p <port> <host> @PLUGIN@ get-path [repository]
Get the full path of a repository. If the repository does not exist, the path returned is the one where the repository would be if it gets created.
repository
Repository to get the full path for
Gerrit Administrators only.
This command is intended to be used in scripts.
Get full path for a repository named “my-project”
$ ssh -p @SSH_PORT@ @SSH_HOST@ @PLUGIN@ get-path my-project