File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 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
3737Run ` kafka-gitops ` to view the help output.
3838
3939``` bash
40- Usage: kafka-gitops [-hvV] [--no-delete] [-f=< file> ] [COMMAND]
40+ Usage: kafka-gitops [-hvV] [--no-delete] [--skip-acls] [- f=< file> ] [COMMAND]
4141Manage Kafka resources with a desired state file.
4242 -f, --file=< file> Specify the desired state file.
4343 -h, --help Display this help message.
4444 --no-delete Disable the ability to delete resources.
45+ --skip-acls Do not take ACLs into account during plans or applies.
4546 -v, --verbose Show more detail during execution.
4647 -V, --version Print the current version of this tool.
4748Commands:
@@ -106,4 +107,4 @@ Licensed under the [Apache 2.0 license][license].
106107
107108[documentation]: https://devshawn.github.io/kafka-gitops
108109[contributing]: ./CONTRIBUTING.md
109- [license]: ./LICENSE
110+ [license]: ./LICENSE
You can’t perform that action at this time.
0 commit comments