Skip to main content

ciz component

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

Usage

List components:

ciz component \
--intent examples/intent.yaml \
--config-dir assets/config/compositions

Inspect a single component:

ciz component web-app \
--intent examples/intent.yaml \
--config-dir assets/config/compositions \
--long

The alias components is also supported.

Change-aware examples

ciz component \
--intent examples/intent.yaml \
--config-dir assets/config/compositions \
--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
--config-dir, -cGlobal flag used when composition-aware output is needed

Use component before plan when you want to understand how inputs, labels, and overrides were merged.