← 返回命令列表

Linux command

tfjournal 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Record a Terraform apply

tfjournal -- terraform apply

Record with a workspace label

tfjournal -w [prod] -- tofu plan

List recent failed runs

tfjournal list --since 7d --status failed

说明

tfjournal wraps terraform, tofu, and terragrunt commands to capture output, timing, exit codes, and git context (commit, branch, user, CI provider). It parses resource-level events and can display them as Gantt charts, with an optional S3 backend for sharing run history across teams.

FAQ

What is the tfjournal command used for?

tfjournal wraps terraform, tofu, and terragrunt commands to capture output, timing, exit codes, and git context (commit, branch, user, CI provider). It parses resource-level events and can display them as Gantt charts, with an optional S3 backend for sharing run history across teams.

How do I run a basic tfjournal example?

Run `tfjournal -- terraform apply` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more tfjournal examples?

This page includes 3 examples for tfjournal, plus related commands for nearby Linux tasks.