atmos terraform cache list
List every cached provider and module object, with its cache key, group, kind, size, and age.
Usage
atmos terraform cache list [flags]
Flags
--format/-f- Output format:
table(default),json, oryaml.
Examples
# List cached objects (table)
atmos terraform cache list
# Machine-readable output
atmos terraform cache list --format=json