AppOps:Checkout

This page describes an older version of Prodly SF CLI. View Latest

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:

OptionsPurpose
-b, --branch=<value>Use to specify the branch name for deployment.
-e, --deactivateUse to temporarily deactivate all events Prodly has permission to deactivate.
-i, --instance=<value>Use to specify the destination sf environment instance ID to deploy the data from its associated VCS repository branch to.
-n, --name=<value>Use to specify the deployment name.
-t, --dataset=<value>Name or record ID of the data set to deploy.
-p, --plan=<value>Name or record ID of the deployment plan to deploy.
-o, --notes=<value>Use to include deployment notes.
-u, --destinationuserename=<value>Use to specify the username or alias of the destination environment, overriding any default scratch org you specified in the optional setup steps. Not required if the default value is already set.
-v, --destinationdevhubusername=<value>Use to specify the username or alias of the dev hub org, overriding any dev hub org you specified in the optional setup steps. Not required if the default value is already set.
--jsonUse to receive an output response. When included, the response is in JSON format. When not included, no response is given.
–-apiversion=<value>Use to override the API version used for API requests made by this command.
–-loglevel=<value>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.