quay outdated
List installed skills that have a newer version available on the hub.
Usage
quay outdated [OPTIONS]
Read-only sibling of quay update. Detects two things:
- Version drift — hub's frontmatter
versionis semver-greater than the installed copy's. - SHA drift on installed-modified — the local file SHA differs from the install-time SHA on the lockfile entry, regardless of version.
Both are reported with a status badge.
Examples
quay outdated
quay outdated --json | jq '.[].name'
Flags
| Flag | Effect |
|---|---|
--profile, --user-config, --project, --json | Standard globals. |
When to use this vs …
quay update--dry-run— same detection, butupdatecan also apply the fix. Useoutdatedwhen you want a non-interactive read-only report (CI, status dashboards).quay scan— broader local audit; reports all four statuses (local,installed,installed-modified,pushed-local).- TUI Dashboard "Outdated" panel — same data, visual.
Caveats
- "Outdated" by version only works for Frontmatter skills. Other formats are compared SHA-only.
- A hub with no
registry.jsonproduces a warning and counts as "everything's current."
--help
List installed skills that have newer versions available
Usage: quay outdated [OPTIONS]
Options:
--project <PROJECT> Project root (defaults to current directory)
--user-config <USER_CONFIG> Override user config path (defaults to ~/.config/quay/config.toml)
--profile <PROFILE> Override the active profile for this invocation
--json Output JSON instead of human-readable text
-h, --help Print help