You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/reference/cli.md
+8
Original file line number
Diff line number
Diff line change
@@ -3149,6 +3149,11 @@ uv tool run [OPTIONS] [COMMAND]
3149
3149
3150
3150
<p>See <code>--project</code> to only change the project root directory.</p>
3151
3151
3152
+
</dd><dt id="uv-tool-run--env-file"><a href="#uv-tool-run--env-file"><code>--env-file</code></a> <i>env-file</i></dt><dd><p>Load environment variables from a <code>.env</code> file.</p>
3153
+
3154
+
<p>Can be provided multiple times, with subsequent files overriding values defined in previous files.</p>
3155
+
3156
+
<p>May also be set with the <code>UV_ENV_FILE</code> environment variable.</p>
3152
3157
</dd><dt id="uv-tool-run--exclude-newer"><a href="#uv-tool-run--exclude-newer"><code>--exclude-newer</code></a> <i>exclude-newer</i></dt><dd><p>Limit candidate packages to those that were uploaded prior to the given date.</p>
3153
3158
3154
3159
<p>Accepts both RFC 3339 timestamps (e.g., <code>2006-12-02T02:07:43Z</code>) and local dates in the same format (e.g., <code>2006-12-02</code>) in your system’s configured time zone.</p>
@@ -3293,6 +3298,9 @@ uv tool run [OPTIONS] [COMMAND]
3293
3298
<p>Normally, configuration files are discovered in the current directory, parent directories, or user configuration directories.</p>
3294
3299
3295
3300
<p>May also be set with the <code>UV_NO_CONFIG</code> environment variable.</p>
3301
+
</dd><dt id="uv-tool-run--no-env-file"><a href="#uv-tool-run--no-env-file"><code>--no-env-file</code></a></dt><dd><p>Avoid reading environment variables from a <code>.env</code> file</p>
3302
+
3303
+
<p>May also be set with the <code>UV_NO_ENV_FILE</code> environment variable.</p>
3296
3304
</dd><dt id="uv-tool-run--no-index"><a href="#uv-tool-run--no-index"><code>--no-index</code></a></dt><dd><p>Ignore the registry index (e.g., PyPI), instead relying on direct URL dependencies and those provided via <code>--find-links</code></p>
3297
3305
3298
3306
</dd><dt id="uv-tool-run--no-managed-python"><a href="#uv-tool-run--no-managed-python"><code>--no-managed-python</code></a></dt><dd><p>Disable use of uv-managed Python versions.</p>
0 commit comments