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 UV_CONFIG_FILE environment variable to documentation #3653

Merged
merged 1 commit into from
May 19, 2024

Conversation

charliermarsh
Copy link
Member

Summary

Closes #3648.

@charliermarsh charliermarsh added the documentation Improvements or additions to documentation label May 18, 2024
@charliermarsh charliermarsh requested a review from zanieb May 18, 2024 17:21
@@ -33,7 +33,7 @@ pub(crate) struct Cli {
pub(crate) cache_args: CacheArgs,

/// The path to a `uv.toml` file to use for configuration.
#[arg(long, env = "UV_CONFIG_FILE", hide = true)]
#[arg(long, env = "UV_CONFIG_FILE")]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As un-hiding this as it's now shipped and documented.

@zanieb zanieb enabled auto-merge (squash) May 18, 2024 17:30
@zanieb zanieb merged commit 98b3325 into main May 19, 2024
44 checks passed
@zanieb zanieb deleted the charlie/config-file branch May 19, 2024 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support UV_CONFIG env variable to provide path to global configuration file
2 participants