Skip to main content

Usage

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

Exit codes

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). Entries carrying materialization overrides show their source the same way a plain entry does.
facet list reports declared facets and versions only. It does not yet show which assets a facet aliases or omits — read the materialization blocks in facets.json, or the per-asset dispositions in facets.lock, for that.

See also