Skip to content

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.

wheels packages list [--tag=<tag>]

| Flag | Description | |------|-------------| | --tag=<tag> | Only show packages whose manifest has <tag> in its tags[]. |

$ wheels packages list
wheels-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=monitoring
wheels-sentry Sentry error tracking [monitoring, errors, observability]