Skip to content

Commit

Permalink
docs: update document
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jan 19, 2021
1 parent e6129fc commit 181dfa2
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions COMPARED_WITH_TFNOTIFY.md
Expand Up @@ -8,7 +8,8 @@ tfcmt isn't compatible with tfnotify.
* [Remove `fmt` command](#breaking-change-remove-fmt-command)
* [Configuration file name is changed](#breaking-change-configuration-file-name-is-changed)
* [Command usage is changed](#breaking-change-command-usage-is-changed)
* [Remove --message option and template variable .Message](#breaking-change-remove---message-option-and-template-variable-message)
* [Remove --message and --destroy-warning-message option and template variable .Message](#breaking-change-remove---message-and---destroy-warning-message-option-and-template-variable-message)
* [Remove --title and --destroy-warning-title options and template variable .Title](#breaking-change-remove---title-and---destroy-warning-title-options-and-template-variable-title)
* [Don't remove duplicate comments](#breaking-change-dont-remove-duplicate-comments)
* [Change the behavior of deletion warning](#breaking-change-change-the-behavior-of-deletion-warning)
* Features
Expand Down Expand Up @@ -91,10 +92,19 @@ tfcmt apply -- terraform apply

By this change, tfcmt can handle the standard error output and exit code of the terraform command.

## Breaking Change: Remove --message option and template variable .Message
## Breaking Change: Remove --message and --destroy-warning-message option and template variable .Message

[#40](https://github.com/suzuki-shunsuke/tfcmt/pull/40)

We introduced more general option `-var` and template variable `.Vars`,
so the `--message` and `--destroy-warning-message` options aren't needed.

## Breaking Change: Remove --title and --destroy-warning-title options and template variable .Title

[#41](https://github.com/suzuki-shunsuke/tfcmt/pull/41)

We introduced more general option `-var` and template variable `.Vars`,
so the `--message` option isn't needed.
so the `--title` and `--destroy-warning-title` options aren't needed.

## Breaking Change: Don't remove duplicate comments

Expand Down

0 comments on commit 181dfa2

Please sign in to comment.