Skip to content

Commit 6fe6c75

Browse files
committed
Regenerate docs
1 parent d7869ad commit 6fe6c75

39 files changed

Lines changed: 166 additions & 0 deletions

docs/reference/cli/pixi/add.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ pixi add [OPTIONS] <SPEC>...
7979
## Global Options
8080
- <a id="arg---manifest-path" href="#arg---manifest-path">`--manifest-path (-m) <MANIFEST_PATH>`</a>
8181
: The path to `pixi.toml`, `pyproject.toml`, or the workspace directory
82+
- <a id="arg---workspace" href="#arg---workspace">`--workspace (-w) <WORKSPACE>`</a>
83+
: Name of the workspace
8284

8385
## Description
8486
Adds dependencies to the workspace

docs/reference/cli/pixi/clean.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@ pixi clean [OPTIONS] [COMMAND]
2626
: Only remove the activation cache
2727
- <a id="arg---build" href="#arg---build">`--build`</a>
2828
: Only remove the pixi-build cache
29+
- <a id="arg---workspaces-registry" href="#arg---workspaces-registry">`--workspaces-registry`</a>
30+
: Only remove disassociated workspace registries
2931

3032
## Global Options
3133
- <a id="arg---manifest-path" href="#arg---manifest-path">`--manifest-path (-m) <MANIFEST_PATH>`</a>
3234
: The path to `pixi.toml`, `pyproject.toml`, or the workspace directory
35+
- <a id="arg---workspace" href="#arg---workspace">`--workspace (-w) <WORKSPACE>`</a>
36+
: Name of the workspace
3337

3438
## Description
3539
Cleanup the environments.

docs/reference/cli/pixi/config/append.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ pixi config append [OPTIONS] <KEY> <VALUE>
3232
## Global Options
3333
- <a id="arg---manifest-path" href="#arg---manifest-path">`--manifest-path (-m) <MANIFEST_PATH>`</a>
3434
: The path to `pixi.toml`, `pyproject.toml`, or the workspace directory
35+
- <a id="arg---workspace" href="#arg---workspace">`--workspace (-w) <WORKSPACE>`</a>
36+
: Name of the workspace
3537

3638
## Description
3739
Append a value to a list configuration key

docs/reference/cli/pixi/config/edit.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ pixi config edit [OPTIONS] [EDITOR]
2929
## Global Options
3030
- <a id="arg---manifest-path" href="#arg---manifest-path">`--manifest-path (-m) <MANIFEST_PATH>`</a>
3131
: The path to `pixi.toml`, `pyproject.toml`, or the workspace directory
32+
- <a id="arg---workspace" href="#arg---workspace">`--workspace (-w) <WORKSPACE>`</a>
33+
: Name of the workspace
3234

3335
--8<-- "docs/reference/cli/pixi/config/edit_extender:example"

docs/reference/cli/pixi/config/list.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ pixi config list [OPTIONS] [KEY]
3232
## Global Options
3333
- <a id="arg---manifest-path" href="#arg---manifest-path">`--manifest-path (-m) <MANIFEST_PATH>`</a>
3434
: The path to `pixi.toml`, `pyproject.toml`, or the workspace directory
35+
- <a id="arg---workspace" href="#arg---workspace">`--workspace (-w) <WORKSPACE>`</a>
36+
: Name of the workspace
3537

3638
## Description
3739
List configuration values

docs/reference/cli/pixi/config/prepend.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ pixi config prepend [OPTIONS] <KEY> <VALUE>
3232
## Global Options
3333
- <a id="arg---manifest-path" href="#arg---manifest-path">`--manifest-path (-m) <MANIFEST_PATH>`</a>
3434
: The path to `pixi.toml`, `pyproject.toml`, or the workspace directory
35+
- <a id="arg---workspace" href="#arg---workspace">`--workspace (-w) <WORKSPACE>`</a>
36+
: Name of the workspace
3537

3638
## Description
3739
Prepend a value to a list configuration key

docs/reference/cli/pixi/config/set.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ pixi config set [OPTIONS] <KEY> [VALUE]
3131
## Global Options
3232
- <a id="arg---manifest-path" href="#arg---manifest-path">`--manifest-path (-m) <MANIFEST_PATH>`</a>
3333
: The path to `pixi.toml`, `pyproject.toml`, or the workspace directory
34+
- <a id="arg---workspace" href="#arg---workspace">`--workspace (-w) <WORKSPACE>`</a>
35+
: Name of the workspace
3436

3537
## Description
3638
Set a configuration value

docs/reference/cli/pixi/config/unset.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ pixi config unset [OPTIONS] <KEY>
2929
## Global Options
3030
- <a id="arg---manifest-path" href="#arg---manifest-path">`--manifest-path (-m) <MANIFEST_PATH>`</a>
3131
: The path to `pixi.toml`, `pyproject.toml`, or the workspace directory
32+
- <a id="arg---workspace" href="#arg---workspace">`--workspace (-w) <WORKSPACE>`</a>
33+
: Name of the workspace
3234

3335
## Description
3436
Unset a configuration value

docs/reference/cli/pixi/import.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ pixi import [OPTIONS] <FILE>
5656
## Global Options
5757
- <a id="arg---manifest-path" href="#arg---manifest-path">`--manifest-path (-m) <MANIFEST_PATH>`</a>
5858
: The path to `pixi.toml`, `pyproject.toml`, or the workspace directory
59+
- <a id="arg---workspace" href="#arg---workspace">`--workspace (-w) <WORKSPACE>`</a>
60+
: Name of the workspace
5961

6062
## Description
6163
Imports a file into an environment in an existing workspace.

docs/reference/cli/pixi/info.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ pixi info [OPTIONS]
2222
## Global Options
2323
- <a id="arg---manifest-path" href="#arg---manifest-path">`--manifest-path (-m) <MANIFEST_PATH>`</a>
2424
: The path to `pixi.toml`, `pyproject.toml`, or the workspace directory
25+
- <a id="arg---workspace" href="#arg---workspace">`--workspace (-w) <WORKSPACE>`</a>
26+
: Name of the workspace
2527

2628
--8<-- "docs/reference/cli/pixi/info_extender:example"

0 commit comments

Comments
 (0)