CLI Reference > Configuration Management Commands > si activatedevpath
  
si activatedevpath
activates an inactive development path
Synopsis
si activatedevpath [--devpath=value] [(-P project|--project=project)] [(-S sandbox|--sandbox=sandbox)] [--hostname=server] [--port=number] [--password=password] [--user=name] [(-?|--usage)] [--[no]failOnAmbiguousProject] [(-N|--no)] [(-Y|--yes)] [--[no]batch] [--cwd=directory] [--forceConfirm=[yes|no]] [(-g|--gui)] [--quiet] [--settingsUI=[gui|default]] [--status=[none|gui|default]]
Description
si activatedevpath enables you to activate a development path that has been marked as inactive using the si deactivatedevpath command. This command requires that you specify either the mainline project and a development path, or a variant project or variant sandbox.
The following is an example for activating a development path:
si activatedevpath --project=c:/Aurora_Program/bin/Libra/project.pj --devpath=DevStream
If the development path was restricted when it was deactivated, you must remove the restriction using the the si unrestrictproject command to allow users to make changes normally.
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.
--devpath=value
the name of the development path to activate.
--P project
--project=project
the path and name of the target project. You must specify either this option or --sandbox; the two options are mutually exclusive.
--S sandbox
--sandbox=sandbox
the location of a sandbox. This option can be used to point to a project file. You must specify either this option or --project; the two options are mutually exclusive.
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 archiveinfo, si createsandbox, si deactivatedevpath, si dropdevpath, si memberinfo, si projectinfo, si revisioninfo, si rlog
Miscellaneous: ACL, diagnostics, options, preferences