hardis:org:user:unfreeze
Description
Mass unfreeze users in org after a maintenance or go live
See user guide in the following article
https://medium.com/@dimitrimonge/freeze-unfreeze-users-during-salesforce-deployment-8a1488bf8dd3
Parameters
Name | Type | Description | Default | Required | Options |
---|---|---|---|---|---|
apiversion | option | override the api version used for api requests made by this command | |||
debug -d |
boolean | Activate debug mode (more logs) | |||
excludeprofiles -e |
option | List of profiles that you want to NOT unfreeze, separated by commas | |||
includeprofiles -p |
option | List of profiles that you want to unfreeze, separated by commas | |||
json | boolean | format output as json | |||
loglevel | option | logging level for this command invocation | warn | trace debug info warn error fatal |
|
maxuserdisplay -m |
option | Maximum users to display in logs | 100 | ||
name -n |
option | Filter according to Name criteria | |||
skipauth | boolean | Skip authentication check when a default username is required | |||
targetusername -u |
option | username or alias for the target org; overrides default target org | |||
websocket | option | Websocket host:port for VsCode SFDX Hardis UI integration |
Examples
$ sfdx hardis:org:user:unfreeze
$ sfdx hardis:org:user:unfreeze --targetusername myuser@myorg.com
$ sfdx hardis:org:user:unfreeze --includeprofiles 'Standard'
$ sfdx hardis:org:user:unfreeze --excludeprofiles 'System Administrator,Some Other Profile'