We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5a2a707 commit 6a177ebCopy full SHA for 6a177eb
docs/UPGRADING.md
@@ -68,3 +68,9 @@ With the introduction of the `--git-url` and `--zip-file` flags the new config k
68
been added to enable them.
69
70
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