uv/docs/concepts
Mikayla Thompson b81060674e
workspace dir command (#16678)
Addresses https://github.com/astral-sh/uv/issues/13636

Prints the path to the workspace root by default, and any of the child
packages if requested.

I looped it into the same preview flag as `workspace metadata`, given
how closely related they are.

## Summary

```
─> uv workspace dir
/Users/mikayla/code/uv/dev-envs

─> uv workspace dir --package foo-proj
/Users/mikayla/code/uv/dev-envs/foo-proj

─> uv workspace dir --package bar-proj
error: Package `bar-proj` not found in workspace.
```

## Test Plan

Unit tests added.

---------

Signed-off-by: Mikayla Thompson <mrt@mikayla.codes>
Co-authored-by: Zanie Blue <contact@zanie.dev>
2025-11-11 12:30:39 -07:00
..
authentication Allow providing the uv auth login password or token via stdin (#15642) 2025-09-02 16:59:58 -05:00
projects Deprecate --project arg for init (#16674) 2025-11-10 16:33:08 -07:00
build-backend.md Bump version to 0.9.8 (#16636) 2025-11-07 11:45:22 -06:00
cache.md Suggest uv cache clean prior to --reinstall (#14659) 2025-07-16 12:02:29 -04:00
configuration-files.md Remove the configuration section in favor of concepts / reference (#13842) 2025-06-05 17:09:49 +00:00
index.md Split the "Authentication" page into sections (#15575) 2025-08-28 15:45:31 -05:00
indexes.md Split the "Authentication" page into sections (#15575) 2025-08-28 15:45:31 -05:00
preview.md workspace dir command (#16678) 2025-11-11 12:30:39 -07:00
python-versions.md Remove outdated aarch64 musl note (#16385) 2025-10-21 16:08:37 +02:00
resolution.md Add package level conflicts to the conflicting dependencies docs (#15963) 2025-09-22 09:07:07 -05:00
tools.md Support installing additional executables in uv tool install (#14014) 2025-07-30 14:50:24 -05:00