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
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 --helpdocuments: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
installtoadd, the help text should describe both verbs (or list the canonical one).Suggested fix
Sync the
wheels packageshelp output with the actual implementation:installis aliased toadd(per wheels packages install <name> is a silent no-op — canonical install command in docs doesn't actually install #2706 resolution): documentaddas canonical, listinstallas alias.installis removed: just documentadd.--helpthat doesn't work.cc @bpamiri