github suzuki-shunsuke/tfcmt v4.2.0-1

latest releases: v4.14.0, v4.14.0-1, v4.13.0...
pre-release20 months ago

v4.1.0...v4.2.0-1

#660

Features

#194 #654 Support outputting the result to a local file

A command line option --output has been added. If this option is set, tfcmt outputs the result to a local file instead of posting a comment to GitHub pull request.

tfcmt plan:

$ tfcmt --output plan.md plan -- terraform plan

tfcmt apply:

$ tfcmt --output apply.md apply -- terraform apply

When a specified file doesn't exist, the file is created.
When the file already exist, the file content is overwritten.
Metadata isn't embedded.

Don't miss a new tfcmt release

NewReleases is sending notifications on new releases.