Skip to content

wheels packages --help advertises 'install' but the working verb is 'add' — help text drift #2713

@bpamiri

Description

@bpamiri

Severity: docs / discoverability.

Surfaced by: titan Phase 2.1 (Wheels 4.0 upgrade), 2026-05-15. Sibling to #2706 (install is a silent no-op).

Description

wheels packages --help documents:

install <name> [--force]   Install a package

The working command is wheels packages add <name> (which is not in the help output). See #2706 for the install no-op bug.

Even if #2706 is fixed by aliasing install to add, the help text should describe both verbs (or list the canonical one).

Suggested fix

Sync the wheels packages help output with the actual implementation:

cc @bpamiri

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions