AppOps:Checkin

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
-c <comment>,
–comment=<comment>
Use to include a VCS commit message.
-i <environment>,
–instance=<environment>
Use to specify the Salesforce environment that contains the data to save to its associated VCS repository branch.
-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.
–jsonUse 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.