Prodly:Checkin

prodly:checkin

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

$ sf prodly:checkin [OPTIONS]

Usage:

$ sf prodly:checkin -v <value> -o <value> [--json] [-b <value>] [-c <value>] [-t <value>] [-i <value>] [-z <value>] [-p <value>]

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, --target-org=<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, --target-dev-hub=<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.
-z, --notes=<value>Use to include deployment notes.
–-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.

Examples

CommandResult
$ sf prodly:checkin --destination-org test-utxac7gbati9@example.com --destination-dev-hub jsmith@acme.comSaves managed data to the branch associated with the managed instance identified by the destination username. The instance should be managed by the Prodly account associated with the provided DevHub control org.
$ sf prodly:checkin -u test-utxac7gbati9@example.comSaves managed data to the branch associated with the managed instance identified by the destination username. The instance should be managed by the Prodly account associated with the default DevHub control org.
$ sf prodly:checkin -i f50616b6-57b1-4941-802f-ee0e2506f217Saves managed data to the branch associated with the managed instance identified by the provided ID. The instance should be managed by the Prodly account associated with the default DevHub control org.