For the complete documentation index, see llms.txt. This page is also available as Markdown.

Impact

Utilities to help you understand the impact of various components in sfp

sfp impact apex

USAGE
  $ sfp impact apex [--json]

GLOBAL FLAGS
  --json  Format output as json.

See code: src/commands/impact/apex.ts

sfp impact package

Figures out impacted packages of a project, due to a change from the last known tags

USAGE
  $ sfp impact package --basebranch <value> [--json] [--loglevel
    trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

FLAGS
  --basebranch=<value>  (required) The base branch on which the git tags should be used
  --loglevel=<option>   [default: info] logging level for this command invocation
                        <options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL>

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Figures out impacted packages of a project, due to a change from the last known tags

See code: src/commands/impact/package.ts

sfp impact releaseconfig

Figures out impacted release configurations of a project, due to a change,from the last known tags

See code: src/commands/impact/releaseconfig.ts

Last updated

Was this helpful?