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
| Flag | Meaning |
|---|---|
--expand-jobs, -e | Expand job details in the output |
--long, -l | Detailed listing mode on ciz compositions list |
--config-dir, -c | Global flag used to find compositions |
Use this command to confirm which types are available before validating or planning against them.