Skip to content

Conversation

@nichmor
Copy link
Contributor

@nichmor nichmor commented Jan 28, 2026

Remove hide = true from the --build and --host CLI arguments
so they appear in the help output. These are legitimate options that
should be discoverable by users.

Fixes #5420

https://claude.ai/code/session_017Cij7vZ5DKwnYgKGr7p4wY

Remove `hide = true` from the `--build` and `--host` CLI arguments
so they appear in the help output. These are legitimate options that
should be discoverable by users.

Fixes #5420

https://claude.ai/code/session_017Cij7vZ5DKwnYgKGr7p4wY
@ruben-arts
Copy link
Contributor

We hide it because it will add [host-dependencies] which is not a valid field anymore. It's deprecated in favor of [package.host-dependencies] but there is no pinning logic that we can run for it.

I would like to close this PR or it should change to add the [package.host-dependencies] instead. I personally would be okay with skipping the automated pinning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pixi add --host and --build missing from help

4 participants