{
    "commandDescription": "Increment the selected version counter by one and optionally commit changes to sfdx-project.json. This command does not push changes to the source repository",
    "segmentFlagDescription": "Select the segment of the version",
    "appendBuildNumberFlagDescription": "Set the build segment of the version number to the build number rather than incremenenting",
    "packageFlagDescription": "The name of the package of which the version need to be incremented,If not specified the default package is utilized",
    "projectDirectoryFlagDescription": "The directory should contain a sfdx-project.json for this command to succeed",
    "commitChangesFlagDescription": "Mark this if you want to commit the modified sfdx-project json, Please note this will not push to the repo only commits in the local checked out repo, You would need to have a push to the repo at the end of the packaging task if everything is successfull",
    "refNameFlagDescription": "Reference name to be prefixed to output variables",
    "runNumberFlagDescription": "The build number of the CI pipeline, usually available through an environment variable"
}
