create changeset

Creates a change set. When you run this command in a loaded workspace, the workspace and component are derived from the current working directory. Alternatively, you can explicitly specify the workspace and component.

Aliases:

create cs

Usage: scm create changeset [common options] [-n/--no-current] [-w/--workspace <arg>] [--component <arg>] [comment]
comment An optional comment to assign to the new change set.

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.
-d, --directory <arg> Runs the command in the named directory.
-n, --no-current Prevents the new change set from being marked as current.
-w, --workspace <arg> The workspace in which the change set should be created. To specify the workspace, use its name[@repo], alias, or uuid[@repo].
--component <arg> The component in which the change set should be created. To specify the component, use its name[@repo], alias, or uuid[@repo].

create changeset example

Example