@flxbl-io/sfp
Version:
sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model
22 lines (20 loc) • 2.47 kB
JSON
{
"commandDescription": "Validate a change in your project repository against a scratch org prepared by the prepare command",
"devhubUsernameFlagDescription": "Authentication username for Dev Hub",
"poolsFlagDescription": "Fetch scratch-org validation environment from one of listed pools, sequentially",
"releaseConfigFileFlagDescription":"(Required if the release modes are ff-relese-config or thorough-release-config), Path to the config file which determines which impacted domains need to be validated",
"coveragePercentFlagDescription": "Minimum required percentage coverage for validating code coverage of packages with Apex classes",
"logsGroupSymbolFlagDescription": "Symbol used by CICD platform to group/collapse logs in the console. Provide an opening group, and an optional closing group symbol.",
"deleteScratchOrgFlagDescription": "Delete scratch-org validation environment, after the command has finished running",
"keysFlagDescription": "Keys to be used while installing any managed package dependencies. Required format is a string of key-value pairs separated by spaces e.g. packageA:pw123 packageB:pw123 packageC:pw123",
"baseRefFlagDescription": "The sha/ref to the base commit against which this ref will be merged into, In CI/CD platforms please pass in the full sha as opposed to branch name",
"refFlagDescription": "The sha/ref that need to be validated, this should not be the merge ref in some ci/cd systems, rather the head ref of the branch that is proposed to be merged",
"tagFlagDescription": "Tag the build with a label, useful to identify in metrics",
"disableDiffCheckFlagDescription": "Disables diff check while validating, this will validate all the packages in the repository",
"disableArtifactUpdateFlagDescription": "Do not update information about deployed artifacts to the org",
"fastfeedbackFlagDescription": "Enable validation in fast feedback mode, In fast feedback mode, validation will only do selective deployment of and selective tests",
"orgInfoFlagDescription": "Display info about the org that is used for validation",
"installDepsFlagDescription":"Install dependencies during fast feedback",
"disableSourcePackageOverride": "Disables overriding unlocked package installation as source package installation during validate",
"disableParallelTestingFlagDescription": "Disable test execution in parallel, this will execute apex tests in serial"
}