Skip to main content

gluon component

gluon component lists discovered components or prints the merged view for a single component.

Usage

List components:

gluon component \
--intent examples/intent.yaml

Inspect a single component:

gluon component web-app \
--intent examples/intent.yaml \
--long

The alias components is also supported.

Change-aware examples

gluon component \
--intent examples/intent.yaml \
--changed \
--base main

Flags

FlagMeaning
--intent, -iIntent file path
--long, -lShow detailed component data
--changedEnable change-aware filtering
--baseBase git ref for change detection
--headHead git ref for change detection
--filesExplicit changed-file list
--uncommittedScope to uncommitted changes
--untrackedScope to untracked files

Use component before plan when you want to understand how inputs, labels, and overrides were merged. --config-dir remains available as a global legacy fallback when the intent does not declare packaged sources.