Release Candidate
sfp releasecandidate abort
sfp releasecandidate abortUSAGE
$ sfp releasecandidate abort -n <value> [--json] [--repository <value>] [-e <value>] [-t <value>] [--sfp-server-url
<value>] [-r <value>] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
FLAGS
-e, --email=<value> Email address for authenticated user. Ignored if --application-token is provided. Can
be set via SFP_SERVER_USER env var.
-n, --releasecandidate=<value> (required) Release candidate in format 'domain:releaseName' (e.g.,
'core:Sprint_27.01-03-08')
-r, --reason=<value> Optional reason for aborting the release candidate
-t, --application-token=<value> Application token for CI/CD authentication. Can be set via SFP_SERVER_TOKEN env var
(CLI flags take precedence over env vars).
--loglevel=<option> [default: info] logging level for this command invocation
<options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL>
--repository=<value> The repository identifier. E.g `owner/repo` for GitHub/GitLab or `org/project/repo`
for Azure DevOps
--sfp-server-url=<value> URL of the SFP server. Can be set via SFP_SERVER_URL env var or config: sfp
config:set server-url
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Abort a release candidate, marking it as no longer deployable. Once aborted, the status cannot be changed. Note:
Finalized release candidates cannot be aborted.
EXAMPLES
$ sfp releasecandidate abort -n core:Sprint_27.01-03-08 --repository flxbl-io/sf-core
$ sfp releasecandidate abort -n core:Sprint_27.01-03-08 --repository flxbl-io/sf-core --reason "Critical bug found"sfp releasecandidate fetch
sfp releasecandidate fetchsfp releasecandidate finalize
sfp releasecandidate finalizesfp releasecandidate generate
sfp releasecandidate generatesfp releasecandidate list
sfp releasecandidate listsfp releasecandidate status
sfp releasecandidate statussfp releasecandidate unbundle
sfp releasecandidate unbundlesfp releasecandidate update
sfp releasecandidate updateLast updated
Was this helpful?