Skip to main content

Usage

facet list
Shows all facets declared in facets.json for the current project. No network calls are made.

What it does

  1. Read facets.json. Loads the project manifest from the current directory.
  2. Read facets.lock (if present). When a lockfile exists, resolved versions from the lockfile are displayed instead of the raw manifest specifier.
  3. Display entries. Each facet is listed with its name and resolved version (or source specifier if not yet installed).

Examples

facet list

Exit codes

CodeMeaning
0Listed successfully (even if facets.json has no entries).
1Failed (no facets.json found, invalid manifest, etc.).

See also