recast-hep / recast-atlas

CLI for ATLAS RECAST contributors
https://recast.docs.cern.ch/
Apache License 2.0
5 stars 5 forks source link

Add ability to list out environmental variables used for configuration #79

Open matthewfeickert opened 2 years ago

matthewfeickert commented 2 years ago

There are multiple environmental variables that can affect the RECAST config

https://github.com/recast-hep/recast-atlas/blob/63d06a76fc231df7ce6af30c87db89e14cb5840c/src/recastatlas/config.py#L22-L72

though these aren't made explicitly clear to users. It would be helpful to add the ability to check all environmental variables that can affect the config by adding something like recast backends config --check, which would act similar to recast backends ls --check in that it would dump all environmental information for backends to stdout.