Documentation Index
Fetch the complete documentation index at: https://docs.crewship.ai/llms.txt
Use this file to discover all available pages before exploring further.
crewship features
Lists devcontainer features Crewship can install on a crew’s runtime image, and the curated set of recommended base images. Useful when authoring adevcontainer_config for a crew — you can browse the catalog without leaving the terminal.
GET /api/v1/features/catalog (24-hour server-side cache). Requires authentication.
Subcommands
list
| Flag | Type | Description |
|---|---|---|
--search | string | Filter features by name, description, or category. Passed through to the server as ?search=. |
NAME, CATEGORY (runtime, tool, language, …), SIZE (rough on-disk impact), REF (the OCI ref to paste into devcontainer_config.features).
info
languages, tools, cloud, databases. Size hints are approximate installed deltas. The info view does not surface the feature’s option schema — for that, read the upstream devcontainer-feature.json in the feature’s source repo (the Ref is an OCI reference; the source is usually linked from the same GitHub org).
base-images
crewship runtimes returns for the underlying mise-managed tool versions, but specifically the container base layer.
Example:
[RECOMMENDED] tag is appended to the label of the curated default(s); there is no separate “default” column. Operators are not restricted to this list — any glibc-based Linux image works. The catalog is what the UI offers in the runtime picker, and the source of truth lives in cmd/crewship/cmd_features.go (baseImagesCatalog).
Notes
- All three subcommands hit the running server (require
crewship login). The 24-hour cache means a freshly published feature in the upstream registry can take up to 24h to appear here. - Output respects the global
--formatflag (table,json,yaml).
Related
- Devcontainers guide — how features land in a crew config.
- Provisioning API — endpoints behind these commands.
crewship runtimes— sister command for mise-managed runtimes (Node, Python, Go versions).