@flxbl-io/sfp
Version:
sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model
19 lines (18 loc) • 1.95 kB
JSON
{
"commandDescription": "Build artifact(s) of your packages in the current project without dependency validation for unlocked packages",
"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",
"gitTagFlagDescription": "Tag the current commit ID with an annotated tag containing the package name and version - does not push tag",
"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 Saleforce 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 artifact is to be written",
"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 packages"
}