SCIE_BOOT=update scie-pants
& PANTS_BOOTSTRAP_VERSION=report scie-pants
are clunky.
#32
Labels
SCIE_BOOT=update scie-pants
& PANTS_BOOTSTRAP_VERSION=report scie-pants
are clunky.
#32
The former leaks an implementation detail. A Pants user should not need to be confronted with what
scie
means. The latter is just plain clunky.Ideally Pants would support a
bootstrap
pseudo-goal since the namespace has already been taken byPANTS_BOOTSTRAP_TOOLS
in the existing./pants
script. That would allow forscie-pants bootstrap update
andscie-pants bootstrap version
respectively (orscie-pants bootstrap --update
andscie-pants bootstrap --version
to align slightly better with how Pants goals work).The text was updated successfully, but these errors were encountered: