Skip to main content

orun component

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

Usage

List components:

orun component \
--intent examples/intent.yaml

Inspect a single component:

orun component network-foundation \
--intent examples/intent.yaml \
--long

The alias components is also supported.

Change-aware examples

orun 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
--explainPrint how --changed resolved its base and head refs

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.