list release
Lists the releases that are associated with a snapshot. A release can be associated with a snapshot using the 'add release' command.
Aliases:
list release
| Usage: scm list release | [common options] <snapshot> |
|---|
| snapshot | The snapshot to list releases for. To specify the snapshot, use its name[@repo], alias, or UUID[@repo]. |
|---|
Options:
| -r, --repository-uri <arg> | The URI that specifies the location of the repository. |
|---|---|
| -u, --username <arg> | The user name for the repository. |
| -P, --password <arg> | The password for the repository. |
| --password-file <arg> | File that contains the user's password. |
| --certificate <arg> | The file that contains the user's login certificate. |
| --smartCard | Use the connected smart card for authentication. |
| --kerberos | Authenticate with Windows user credentials using Kerberos/SPNeGO. |
| --integratedWindows | Authenticate with Windows user credentials using Integrated Windows Authentication. |
| -j, --json | Enable JSON output. |
Example