Skip to content

wheels-packages Phase 3 — CLI commands (install/list/update/remove) #2270

Description

@bpamiri

Phase 3 of #2243.

Ship the CLI surface for consuming the wheels-packages registry.

Scope

  • wheels packages list — all packages in registry
  • wheels packages search <query> — name/description/tag match
  • wheels packages show <name> — details, versions, homepage
  • wheels packages install <name> — latest compat version
  • wheels packages install <name>@<version> — pin a version
  • wheels packages update <name> — bump to latest compat (requires confirmation)
  • wheels packages update --all — bump all (requires --yes)
  • wheels packages remove <name> — rm -rf vendor/
  • wheels packages registry refresh — bust 24h manifest cache
  • wheels packages registry info — show registry URL, last refresh, cache location
  • Reuse SemVer matcher from PackageLoader (shipped in fix(packages): PackageLoader accepts wheelsVersion constraint but never validates it #2231)
  • Explicit-only update policy — no auto-pull on reload

Acceptance

  • A user on Wheels 4.1 can run wheels packages install wheels-sentry and have it appear under vendor/ after reload, with the tarball sha256 verified against the registry's manifest.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions