{
    "commandDescription": "Build artifact(s) of your packages in the current project",
    "devhubAliasFlagDescription": "Provide the alias of the devhub previously authenticated, default value is HubOrg if using the Authenticate Devhub task",
    "diffCheckFlagDescription": "Only build the packages which have changed by analyzing previous tags",
    "repoUrlFlagDescription": "Custom source repository URL to use in artifact metadata, overrides origin URL defined in git config",
    "buildNumberFlagDescription": "The build number to be used for source packages, Unlocked Packages will be assigned the buildnumber from Salesforce directly if using .NEXT",
    "configFilePathFlagDescription": "Path in the current project directory containing  config file for the packaging org",
    "projectDirectoryFlagDescription": "The project directory should contain a sfdx-project.json for this command to succeed",
    "artifactDirectoryFlagDescription": "The directory where the generated artifact is to be written",
    "isValidationToBeSkippedFlagDescription": "Skips validation of dependencies, package ancestors, and metadata during package version creation. Skipping validation reduces the time it takes to create a new package version, but package versions created without validation can’t be promoted.",
    "waitTimeFlagDescription": "Wait time for command to finish in minutes",
    "executorCountFlagDescription": "Number of parallel package task schedulors",
    "branchFlagDescription": "The git branch that this build is triggered on, Useful for metrics and general identification purposes",
    "tagFlagDescription": "Tag the build with a label, useful to identify in metrics",
    "logsGroupSymbolFlagDescription": "Symbol used by CICD platform to group/collapse logs in the console. Provide an opening group, and an optional closing group symbol.",
    "releaseConfigFileFlagDescription":"Path to the release config file(s) to limit packages built by domains",
    "buildOnlyFlagDescription": "Only build artifacts for the provided package names,use comma separated list of package names if there are multiple packages"
}
