Back to Terragrunt

Cas Flags Catalog

docs/src/data/changelog/v1.0.8/cas-flags-catalog.mdx

1.0.8519 B
Original Source

CAS flags for the catalog command

The catalog command now accepts the --no-cas and --cas-clone-depth flags, which were already available on run, stack generate, and stack run. When --no-cas is set, catalog repositories are cloned with plain Git even if the cas experiment is enabled. --cas-clone-depth controls the git clone --depth value the CAS uses when cloning catalog repositories.

bash
terragrunt catalog --experiment cas --cas-clone-depth=-1