@flxbl-io/sfp
Version:
sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model
13 lines (12 loc) • 1.3 kB
JSON
{
"commandDescription": "Creates a versioned artifact from a source directory containing SFDMU-based data (in csv format and export json). The artifact can be consumed by release pipelines, to deploy the data to orgs",
"packageFlagDescription": "The name of the package",
"versionNumberFlagDescription": "The format is major.minor.patch.buildnumber . This will override the build number mentioned in the sfdx-project.json, Try considering the use of Increment Version Number task before this task",
"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",
"diffCheckFlagDescription": "Only build when the package has changed",
"branchFlagDescription": "The git branch that this build is triggered on, Useful for metrics and general identification purposes",
"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",
"refNameFlagDescription": "Reference name to be prefixed to output variables"
}