Skip to main content
Version: 2.14 (deprecated)

changed


Tell Pants to detect what files and targets have changed from Git.

See https://www.pantsbuild.org/v2.14/docs/advanced-target-selection.

Backend: ``

Config section: [changed]

Basic options

dependees

--changed-dependees=<DependeesOption>
PANTS_CHANGED_DEPENDEES
pants.toml
[changed]
dependees = <DependeesOption>
one of: none, direct, transitive
default: none

Include direct or transitive dependees of changed targets.

diffspec

--changed-diffspec=<str>
PANTS_CHANGED_DIFFSPEC
pants.toml
[changed]
diffspec = <str>
default: None

Calculate changes contained within a given Git spec (commit range/SHA/ref).

since

--changed-since=<str>
PANTS_CHANGED_SINCE
pants.toml
[changed]
since = <str>
default: None

Calculate changes since this Git spec (commit range/SHA/ref).

Advanced options

None

Deprecated options

None

None