-c, --channel <CHANNEL> | Channel to use in the workspace. Can be specified multiple times. Conflicts with --import. |
-p, --platform <PLATFORM> | Platforms that the workspace supports. Can be specified multiple times. |
-i, --import <ENVIRONMENT_FILE> | Path to a conda environment.yml file to bootstrap the workspace from. |
--format <FORMAT> | The manifest format to create. Values: jnc, pyproject. Conflicts with --import. |
-s, --scm <SCM> | Source control management provider. Generates appropriate .gitignore and .gitattributes files. Values: github, gitlab, codeberg. |
--conda-pypi-map <MAPPING> | Mapping between conda channels and PyPI indexes, as comma-separated CHANNEL=URL pairs. |