원본 저장소의 제목, 예시, 코드, 표, 링크, 이미지를 유지해 표시합니다.
glab opentofu
Overview
Work with the OpenTofu or Terraform integration.
USAGE
glab opentofu <command> [command] [--flags]
COMMANDS
init <state> [--flags] Initialize OpenTofu or Terraform.
state <command> [command] [--flags] Work with the OpenTofu or Terraform states.
FLAGS
-h --help Show help for this command.
-R --repo Select another repository. Can use either `OWNER/REPO` or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.Quick start
glab opentofu --helpStructured output
glab opentofu state list supports --output json / -F json for structured output, which is useful for agent automation.
# List OpenTofu state with JSON output
glab opentofu state list --output json
glab opentofu state list -F jsonSubcommands
See references/commands.md for full --help output.

