Is it possible to list all supported project.platforms
targets from the pixi
CLI API?
#1742
-
With Example: $ pixi --version
pixi 0.26.1
$ pixi project platform help
Commands to manage project platforms
Usage: pixi project platform [OPTIONS] <COMMAND>
Commands:
add Adds a platform(s) to the project file and updates the lockfile [aliases: a]
list List the platforms in the project file [aliases: ls]
remove Remove platform(s) from the project file and updates the lockfile [aliases: rm]
help Print this message or the help of the given subcommand(s)
Options:
--manifest-path <MANIFEST_PATH> The path to 'pixi.toml' or 'pyproject.toml'
-v, --verbose... Increase logging verbosity
-q, --quiet... Decrease logging verbosity
--color <COLOR> Whether the log needs to be colored [env: PIXI_COLOR=] [default: auto] [possible values: always, never, auto]
--no-progress Hide all progress bars [env: PIXI_NO_PROGRESS=]
-h, --help Print help
$ pixi project platform list # in the same directory as an example pixi project
Environment: default
- win-64
- linux-64
- osx-arm64
- osx-64 Is it possible from the Use caseYou're demonstrating that by adding to the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Currently not through the cli. You will get the list of options when you are using a wrong one. e.g.
|
Beta Was this translation helpful? Give feedback.
Currently not through the cli. You will get the list of options when you are using a wrong one. e.g.