changed
Tell Pants to detect what files and targets have changed from Git.
See Advanced target selection.
Backend:
Config section: [changed]
Basic options
default:
None
Calculate changes since this Git spec (commit range/SHA/ref).
default:
None
Calculate changes contained within a given Git spec (commit range/SHA/ref).
one of:
default:
none, direct, transitive
default:
none
Include direct or transitive dependents of changed targets.
Advanced options
None
Deprecated options
one of:
default:
none, direct, transitive
default:
none
Deprecated, is scheduled to be removed in version: 2.23.0.dev0.
Use --dependents instead
Include direct or transitive dependents of changed targets.
Updated 1 day ago