File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,12 @@ Documentation on how to install and use this tool can be found on our [documenta
37
37
Run ` kafka-gitops ` to view the help output.
38
38
39
39
``` bash
40
- Usage: kafka-gitops [-hvV] [--no-delete] [-f=< file> ] [COMMAND]
40
+ Usage: kafka-gitops [-hvV] [--no-delete] [--skip-acls] [- f=< file> ] [COMMAND]
41
41
Manage Kafka resources with a desired state file.
42
42
-f, --file=< file> Specify the desired state file.
43
43
-h, --help Display this help message.
44
44
--no-delete Disable the ability to delete resources.
45
+ --skip-acls Do not take ACLs into account during plans or applies.
45
46
-v, --verbose Show more detail during execution.
46
47
-V, --version Print the current version of this tool.
47
48
Commands:
@@ -106,4 +107,4 @@ Licensed under the [Apache 2.0 license][license].
106
107
107
108
[documentation]: https://devshawn.github.io/kafka-gitops
108
109
[contributing]: ./CONTRIBUTING.md
109
- [license]: ./LICENSE
110
+ [license]: ./LICENSE
You can’t perform that action at this time.
0 commit comments