abcxyz / abc

Apache License 2.0
12 stars 3 forks source link

Rename --manifest-only to --backfill-manifest-only #617

Closed drevell closed 2 months ago

drevell commented 2 months ago

The new naming is slightly more clear. I recently found an edge case in template upgrades that modify files in place, which will be addressed in an upcoming PR. Before that though, I wanted to make it clear this operation is slightly different than a normal render, it's a different verb, "backfill".

Alternative considered: make abc backfill its own command. This would be too heavyweight of a solution for a small problem.

This PR is just a trivial rename with no logic changes.