glab-opentofu-state-download - Man Page
Download the given state and output as JSON to stdout.
Synopsis
glab opentofu state download [] [flags]
Description
Downloads the latest serial version if no serial is specified.
Options Inherited from Parent Commands
-h, --help[=false] Show help for this command.
-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.
Example
# Download the latest serial of the state production glab opentofu state download production # Download the serial 42 of the state production glab opentofu state download production 42
See Also
Referenced By
Jun 2026 Auto generated by spf13/cobra