publish
Publish items so that their changes are included in the Engineering Workflow Management SCM Configuration Resources (TRS 2.0) feed.
Aliases:
pub
| Usage: scm publish | [common options] ([-s/--streams <arg ...>] [--snapshots <arg ...>] [-b/--baselines <arg ...>] [--gc <arg>]) |
|---|
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. |
| -v, --verbose | Shows more information. |
| -s, --streams <arg ...> | The list of streams to publish. To specify a stream, use its name, alias, or UUID. |
| --snapshots <arg ...> | The list of snapshots to publish. To specify a snapshot, use its name, alias, or UUID. |
| -b, --baselines <arg ...> | The list of baselines to publish. To specify a baseline, use its name, alias, or UUID. |
| --gc <arg> | The URL of the global configuration used to find the streams, snapshots and baselines to publish. |
Example