CLI Reference > Configuration Management Commands > si submitcp
  
si submitcp
submits a change package.
Synopsis
si submitcp [--[no|confirm]closeCP] [--[no]showSubmitSuccessful] [--hostname=server] [--port=number] [--password=password] [--user=name] [(-?|--usage)] [(-F file|--selectionFile=file)] [(-N|--no)] [(-Y|--yes)] [--[no]batch] [--cwd=directory] [--forceConfirm=[yes|no]] [(-g|--gui)] [--quiet] [--settingsUI=[gui|default]] [--status=[none|gui|default]] [--[no|confirm]commit] [--[no|confirm]deferredIsError] [--[no|confirm]ignoreNoDeferred] issue|issue:change package id...
Description
si submitcp submits the uncommitted operations in a change package. For example:
si submitcp 2:34
Although you can submit operations individually using si submit, you can ensure that no operations are missed by submitting a change package that contains deferred operations. Deferred operations are visible only from the Windchill RV&S Client, and are not committed to the project or repository until they are submitted.
* 
If strict locking is enabled, you cannot submit a change package that contains deferred check in or work in progress entries that do not have corresponding locks.
When reviews are mandatory, submitting a change package begins the review process. For more information, see the Windchill RV&S Help Center.
Options
This command takes the universal options available to all si commands, as well as some general options. See the options reference page for descriptions.
--[no|confirm]closeCP
specifies whether to close the change package after it has been submitted.
--[no]showSubmitSuccessful
specifies to display a confirmation dialog box indicating the successful submission of a change package. This option is enabled by default.
--[no|confirm]commit
specifies whether to commit deferred or pending changes to the server repository, or submit them for review. The default is to commit without confirmation.
--[no|confirm]deferredIsError
specifies whether to proceed with the submit operation if there are deferred change package entries.
--[no|confirm]ignoreNoDeferred
specifies whether to proceed with the submit operation if there are no deferred, lock, or work in progress change package entries.
issue...
issue:change package id...
issue identifies a specific issue that contains all open change packages that you want to close; use spaces to specify more than one issue.
issue:change package id identifies a specific change package to close; use spaces to specify more than one change package.
Diagnostics
See the diagnostics reference page for possible exit status values.
Preferences
Using si setprefs or si viewprefs, you are able to set or view the preference keys for this command.
See Also
Commands:
si acceptcp, si rejectcp, si closecp, si add, si ci, si co, si cpissues, si createcp, si drop, si viewcps, si viewcp.
Miscellaneous:
ACL, diagnostics, options, preferences