Impact

Analyze impact of metadata changes across packages

sfp impact apex

USAGE
  $ sfp impact apex [--json]

GLOBAL FLAGS
  --json  Format output as json.

See code: src/commands/impact/apex.tsarrow-up-right

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.tsarrow-up-right

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.tsarrow-up-right

Last updated

Was this helpful?