Cascade
Validate and register a cascade configuration from a YAML file
sfp cascade create
Validate and register a cascade configuration from a YAML file
USAGE
$ 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 --jsonSee code: src/commands/cascade/create.ts
sfp cascade list
List cascade configurations for a repository
See code: src/commands/cascade/list.ts
sfp cascade merge-assist
Analyze merge conflicts between branches using AI and optionally create a PR with resolution
See code: src/commands/cascade/merge-assist.ts
sfp cascade run
Run a cascade edge to propagate changes from source to target branch
See code: src/commands/cascade/run.ts
sfp cascade status
Show the status of a cascade configuration including latest run results per edge
See code: src/commands/cascade/status.ts
Last updated
Was this helpful?