{
    "commandDescription": "Installs a sfpowerscripts artifact to an org",
    "packageFlagDescription": "Name of the package to be installed",
    "targetOrgFlagDescription": "Alias/User Name of the target environment",
    "apexCompileOnlyPackageFlagDescription": "(unlocked) package installation triggers a compilation of apex, flag to trigger compilation of package only",
    "artifactDirectoryFlagDescription": "The directory where the artifact is located",
    "securityTypeFlagDescription": "(unlocked) Select the security access for the package installation",
    "optimizedeployment": "(source) Optimize deployment by triggering test classes that are in the package, rather than using the whole tests in the org",
    "skiptesting": "(source) Skips running test when deploying to a sandbox",
    "upgradeTypeFlagDescription": "(unlocked)the upgrade type for the package installation",
    "waitTimeFlagDescription": "wait time for command to finish in minutes",
    "publishWaitTimeFlagDescription": "(unlocked) number of minutes to wait for subscriber package version ID to become available in the target org",
    "skipIfAlreadyInstalled": "Skip the installation if the package is already installed in the org"
}
