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 tagsSee 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
USAGE
$ sfp impact releaseconfig --basebranch <value> [--json] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] [--branch <value>] [--directory <value>]
[--explicitDependencyCheck] [--filterBy <value>] [--filterByChangesInBranch]
FLAGS
--basebranch=<value> (required) The base branch on which the git tags should be used from
--branch=<value> The branch on which the comparison is carried out
--directory=<value> [default: config] Path to the directory containing release defns
--explicitDependencyCheck Activate to consider dependencyOn attribut while handling impact
--filterBy=<value> Filter by a specific release config name
--filterByChangesInBranch Filter packages by changes with the provided branches as opposed to tags
--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 release configurations of a project, due to a change,from the last known tagsSee code: src/commands/impact/releaseconfig.ts