Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for controlling Pex CLI via env var or arg. #2242

Open
jsirois opened this issue Sep 17, 2023 · 0 comments
Open

Add support for controlling Pex CLI via env var or arg. #2242

jsirois opened this issue Sep 17, 2023 · 0 comments

Comments

@jsirois
Copy link
Member

jsirois commented Sep 17, 2023

Currently the Pex CLI(s) only support command line arg control. The env var control is only formally supported and documented via --help-variables for runtime control over PEX files. Like many options systems, it would be good if the Pex CLIs could be controlled by either env var or command line arg for every command line arg they currently accept. It probably also makes sense to support toml config since toml is now vendored to support PEP-517 / PEP-518. The latter would provide, amongst other things, a nice way to seal in modern defaults for Pex CLI options like --resolver-version pip-2020-resolver and --pip-version ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant