Is there a way to get pants to print the value of ...
# general
r
Is there a way to get pants to print the value of a config from
pants.toml
? Ideally as JSON.
1
w
Doesn’t
help-advanced
do this? One of the help commands anyways. I think you can also narrow it down
r
It does but not in an easily parseable format.
c
pants help-all
outputs all the stuff in json.. it’s a lot more in there you don’t want, but with a script you should be able to dig out the important parts relevant bits.
w
Doh, I meant
help-all
🤦‍♂️
😅 1
Can pipe that through
jq
👍 1
💯 1