AppOps:Checkin

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

appops:checkin

To save data from a Salesforce environment to a VCS repository branch, enter this command at the command line prompt in your Salesforce DX CLI command shell:

$ sfdx appops:checkin [OPTIONS]

This table lists all the available options:

OptionsPurpose
-b, --branch=<value>Use to specify the branch name for deployment.
-c, --comment=<value>Use to include a VCS commit message.
-i, --instance=<value>Use to specify the sf environment instance ID that contains the data to save to its associated VCS repository branch.
-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, --destinationusername=<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.