UNPKG

@flxbl-io/sfp

Version:

sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model

17 lines (16 loc) 1.49 kB
{ "commandDescription": "Installs artifact(s) from a given directory to a target org", "targetOrgFlagDescription": "Alias/User Name of the target environment", "artifactDirectoryFlagDescription": "The directory containing artifacts to be deployed", "waitTimeFlagDescription": "Wait time for command to finish in minutes", "logsGroupSymbolFlagDescription": "Symbol used by CICD platform to group/collapse logs in the console. Provide an opening group, and an optional closing group symbol.", "tagFlagDescription": "Tag the deploy with a label, useful for identification in metrics", "validateModeFlagDescription": "Enable for validation deployments", "skipIfAlreadyInstalled": "Skip the package installation if the package is already installed in the org", "baselineorgFlagDescription": "The org against which the package skip should be baselined", "allowUnpromotedPackagesFlagDescription": "Allow un-promoted packages to be installed in production", "retryOnFailureFlagDescription": "Retry on a failed deployment of a package", "configFileFlagDescription":"Path to the config file which determines how the packages are deployed based on the filters in release config", "enableSourceTrackingFlagDescription": "Enable source tracking on the packages being deployed to an org", "artifactsOnlyFlagDescription": "Only install artifacts for the provided packages, use comma separated list of package names if there are multiple packages" }