CLI Reference > Configuration Management Commands > si unlock
  
si unlock
unlocks a member
Synopsis
si unlock [--[no|confirm]breakLock] [--action=[downgrade|remove]] [--locker=name] [(-r rev|--revision=rev)] [(-R|--[no|confirm]recurse)] [--[no]failOnAmbiguousProject] [--filter=filteroptions] [(-P project|--project=project)] [(-S sandbox|--sandbox=sandbox)] [--devpath=path] [--projectRevision=rev] [--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]] member...
Description
si unlock removes or downgrades the lock on a member. If you do not specify any members, si unlock applies to all members. By default, si unlock downgrades your lock on the member revision of each archived member.
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.
--action=[downgrade|remove]
controls whether you want to remove or downgrade the lock on the member.
--action=downgrade means downgrade an exclusive lock to a non-exclusive lock.
--action=remove
means remove the lock on the member.
--locker=name
specifies the name of another user whose lock you want to remove or downgrade. If this option is not specified, the command removes or downgrades your lock.
--[no|confirm]breakLock
controls whether to remove or downgrade someone else's lock. If someone else has the member locked and you have the DowngradeOtherUserLock or RemoveOtherUserLock permission (see ACL), you will normally be prompted to confirm whether you want to remove or downgrade their locks.
member...
identifies a specific member; use spaces to specify more than one member.
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 ci, si co, si edit, si lock, si rlog
Miscellaneous: ACL, diagnostics, options, preferences