{
    "commandDescription": "Validate the incoming change against target org",
    "targetOrgFlagDescription": "Alias/User Name of the target environment",
    "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.",
    "diffCheckFlagDescription": "Only build the packages which have changed by analyzing previous tags",
    "disableArtifactUpdateFlagDescription": "Do not update information about deployed artifacts to the org",
    "baseBranchFlagDescription": "The pull request base branch",
    "fastfeedbackFlagDescription": "Enable validation in fast feedback mode, In fast feedback mode, validation will only do selective deployment of changed components and selective tests",
    "configFileFlagDescription":"(Required if the release modes are ff-relese-config or thorough-release-config), Path to the config file which determines how the release defintion should be generated",
    "devhubAliasFlagDescription": "Provide the alias of the devhub previously authenticated, used for installing or updating dependency in individual/thorough modes",
    "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",
    "installDepsFlagDescription":"Install dependencies during fast feedback",
    "orgInfoFlagDescription": "Display info about the org that is used for validation"
}
