CLI Reference > Configuration Management Commands > si addproject
  
si addproject
adds an existing project to the list of top-level projects
Synopsis
si addproject [--[no]openView] [--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]add] project location...
Description
si addproject adds an existing project to the list of top-level projects. For example,
si addproject C:/phonespec/aurora.pj
The si addproject command can be used for the following:
Expose an existing subproject as a top-level project.
Expose a project imported with the --noadd flag.
Re-expose a dropped top-level project.
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]openView
controls whether to open the project view after this project is added. If --noopenView is used, the project view does not open.
project location...
identifies a location on the Windchill RV&S Server for the existing project to be added. Regardless of your operating system, all paths are specified here using forward slashes (/) and should include the name of the project file (typically project.pj). Use spaces to specify more than one project location.
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 checkpoint, si createproject, si createsandbox, si createsubproject, si dropproject, si projects, si viewproject
Miscellaneous: ACL, diagnostics, options, preferences