Skip to main content

ciz compositions

ciz compositions lists or inspects the composition types available under the configured compositions directory.

Usage

ciz compositions --config-dir assets/config/compositions

The command also accepts a composition name directly:

ciz compositions helm --config-dir assets/config/compositions

The alias composition is also supported.

Subcommand form

For detailed output, use the explicit list subcommand:

ciz compositions list helm \
--config-dir assets/config/compositions \
--long \
--expand-jobs

Flags

FlagMeaning
--expand-jobs, -eExpand job details in the output
--long, -lDetailed listing mode on ciz compositions list
--config-dir, -cGlobal flag used to find compositions

Use this command to confirm which types are available before validating or planning against them.