Skip to content

Commit 8f3afc9

Browse files
Update README.md to reflect latest command (#71)
1 parent c8f033e commit 8f3afc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ Documentation on how to install and use this tool can be found on our [documenta
3737
Run `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]
4141
Manage 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.
4748
Commands:
@@ -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

0 commit comments

Comments
 (0)