Skip to content

Is it possible to list all supported project.platforms targets from the pixi CLI API? #1742

Answered by ruben-arts
matthewfeickert asked this question in Q&A
Discussion options

You must be logged in to vote

Currently not through the cli. You will get the list of options when you are using a wrong one. e.g.

❯ pixi project platform add matthew
  × 'matthew' is not a known platform. Valid platforms are 'noarch', 'unknown', 'linux-32', 'linux-64', 'linux-aarch64', 'linux-armv6l', 'linux-armv7l', 'linux-ppc64le', 'linux-ppc64', 'linux-s390x',
  │ 'linux-riscv32', 'linux-riscv64', 'osx-64', 'osx-arm64', 'win-32', 'win-64', 'win-arm64', 'emscripten-wasm32', 'wasi-wasm32', 'zos-z'

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@matthewfeickert
Comment options

Answer selected by matthewfeickert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants