Command Line Tools
wheels packages list
Prints one line per package in the registry. Served from the 24h manifest cache when fresh; otherwise fetched live.
Synopsis
Section titled “Synopsis”wheels packages list [--tag=<tag>]| Flag | Description |
|------|-------------|
| --tag=<tag> | Only show packages whose manifest has <tag> in its tags[]. |
Example
Section titled “Example”$ wheels packages listwheels-basecoat UI component primitives for Wheels [ui, components]wheels-hotwire Hotwire (Turbo + Stimulus) integration [frontend, spa]wheels-legacy-adapter 3.x → 4.x compatibility shims [migration]wheels-sentry Sentry error tracking [monitoring, errors, observability]
$ wheels packages list --tag=monitoringwheels-sentry Sentry error tracking [monitoring, errors, observability]