appops:checkout
To deploy data from a VCS repository branch to a Salesforce environment, enter this command at the command line prompt in your Salesforce DX CLI command shell:
$ sfdx appops:checkout [OPTIONS]
This table lists all the available options:
Options | Purpose |
---|---|
-e <deactivate>, –deactivate | Use to temporarily deactivate all events Prodly has permission to deactivate. |
-i <environment>, –instance=<environment> | Use to specify the destination Salesforce environment to deploy the data from its associated VCS repository branch to. |
-u <username>, –targetusername=<username> | Use to specify the username or alias of the destination environment, overriding any default scratch org you specified in the optional setup steps. |
-v <username>, –targetdevhubusername=<username> | Use to specify the username or alias of the dev hub org, overriding any dev hub org you specified in the optional setup steps. |
–apiversion=<apiversion> | Use to override the API version used for API requests made by this command. |
–json | Use to receive an output response. When included, the response is in JSON format. When not included, no response is given. |
–loglevel=<level> | Use to specify the logging level for this command invocation with one of these levels:errorwarninfodebugtracefatalFor details, refer to https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_log_messages.htm. |