Skip to main content

atmos terraform cache list

List every cached provider and module object, with its cache key, group, kind, size, and age.

atmos terraform cache list --help

Usage

atmos terraform cache list [flags]

Flags

--format / -f
Output format: table (default), json, or yaml.

Examples

# List cached objects (table)
atmos terraform cache list

# Machine-readable output
atmos terraform cache list --format=json