adj cluster state pull

Fetch the control plane's stored tfstate for a cluster

Fetch the tfstate the control plane has stored for this cluster and print it to stdout, or write it to a file with -o (mode 0600).

This does NOT take the operation lock — it is a read-only fetch, safe to run at any time, including while another operation holds the lock.

Usage

adj cluster state pull <id|name> [flags]

Flags

Flag Shorthand Default Description
--output -o write the state to FILE (mode 0600) instead of stdout

Global flags

Flag Shorthand Default Description
--context config context to use (overrides current-context)
--server server base URL (overrides the active context)
--token access token (overrides the active context)
--verbose -v false log requests to stderr