Skip to content

Commit 6a177eb

Browse files
authored
[skip changelog] Add missing breaking change in UPGRADING.md (#1110)
1 parent 5a2a707 commit 6a177eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: docs/UPGRADING.md

+6
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,9 @@ With the introduction of the `--git-url` and `--zip-file` flags the new config k
6868
been added to enable them.
6969

7070
This changes the ouput of the `config dump` command.
71+
72+
### Change behaviour of `--config-file` flag with `config` commands
73+
74+
To create a new config file with `config init` one must now use `--dest-dir` or the new `--dest-file` flags. Previously
75+
the config file would always be overwritten by this command, now it fails if the it already exists, to force the
76+
previous behaviour the user must set the `--overwrite` flag.

0 commit comments

Comments
 (0)