docs/reference/cli/pixi/workspace/export/conda-environment.md
Export workspace environment to a conda environment.yaml file
--8<-- "docs/reference/cli/pixi/workspace/export/conda-environment_extender:description"
pixi workspace export conda-environment [OPTIONS] [OUTPUT_PATH]
<OUTPUT_PATH></a>
: Explicit path to export the environment file to--platform (-p) <PLATFORM></a>
: The platform to render the environment file for. Defaults to the current platform--environment (-e) <ENVIRONMENT></a>
: The environment to render the environment file for. Defaults to the default environment--name (-n) <NAME></a>
: The name to use for the rendered conda environment. Defaults to the environment name--from-lockfile</a>
: Render the environment with packages pinned to the versions resolved in the lock file instead of the manifest specs--manifest-path (-m) <MANIFEST_PATH></a>
: The path to pixi.toml, pyproject.toml, or the workspace directory--workspace (-w) <WORKSPACE></a>
: Name of the workspace--8<-- "docs/reference/cli/pixi/workspace/export/conda-environment_extender:example"