Cascade
sfp cascade create
sfp cascade createUSAGE
$ sfp cascade create -f <value> [--json] [--repository <value>] [-e <value>] [-t <value>] [--sfp-server-url
<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.
-f, --config=<value> (required) Path to cascade YAML configuration file
-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
Validate and register a cascade configuration from a YAML file
EXAMPLES
$ sfp cascade:create --repository flxbl-io/sf-core --config cascade.yml
$ sfp cascade:create --repository flxbl-io/sf-core --config cascade.yml --jsonsfp cascade list
sfp cascade listsfp cascade merge-assist
sfp cascade merge-assistsfp cascade run
sfp cascade runsfp cascade status
sfp cascade statusLast updated
Was this helpful?