UNPKG

@flxbl-io/sfp

Version:

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

14 lines (13 loc) 1.35 kB
{ "commandDescription": "This task is used to create a delta package between two commits and bundle the created delta as as a deployable artifact. Please ensure that the SFDX CLI and sfpowerkit plugin are installed before using this task", "packageNameFlagDescription": "The name of the package", "revisionFromFlagDescription": "Provide the full SHA Commit ID, from where the diff should start generating", "revisionToFlagDescription": "If not set, the head commit ID of the current branch is used", "repoUrlFlagDescription": "Custom source repository URL to use in artifact metadata, overrides origin URL defined in git config", "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", "branchFlagDescription": "The git branch that this build is triggered on, Useful for metrics and general identification purposes", "versionNameFlagDescription": "Provide a meaningful name such as the default value, so this artifact can be identified in the release", "generateDestructiveManifestFlagDescription": "Check this option to generate a destructive manifest to be deployed", "refNameFlagDescription": "Reference name to be prefixed to output variables" }