You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to overwrite the output file if it exists, or even use the same output file as the input file, use the `--replaceOutput true` or the `-r` flag.
36
36
37
+
If you want to keep the plugin running and update the output file as you change the input file, use the `--watch true` or the `-w` flag. You can have input and output files open in an editor and see easily how changes to the input file affect the output file.
38
+
37
39
### Limitations
38
40
39
41
- The plugin doesn't support `regions_config` without `electable_nodes` as there can be some issues with `priority` when they only have `analytics_nodes` and/or `electable_nodes`.
0 commit comments