Usage
facets.json for the current project. No network calls are made.
What it does
- Read
facets.json. Loads the project manifest from the current directory. - Read
facets.lock(if present). When a lockfile exists, resolved versions from the lockfile are displayed instead of the raw manifest specifier. - Display entries. Each facet is listed with its name and resolved version (or source specifier if not yet installed).
Examples
Exit codes
| Code | Meaning |
|---|---|
0 | Listed successfully (even if facets.json has no entries). |
1 | Failed (no facets.json found, invalid manifest, etc.). |
See also
facet add— add a facet to the project.facet install— install all declared facets.