Skip to content

Commit

Permalink
chore(docs): Fix referencing non-existent format flag (cerbos#1617)
Browse files Browse the repository at this point in the history
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
  • Loading branch information
oguzhand95 committed Jun 1, 2023
1 parent 2760ed9 commit cbdd554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/cli/pages/cerbosctl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,12 @@ cerbosctl get rp --sort-by version

.Get JSON
----
cerbosctl get derived_roles my_derived_roles --format=json
cerbosctl get derived_roles my_derived_roles --output=json
----

.Get YAML
----
cerbosctl get derived_roles my_derived_roles --format=yaml
cerbosctl get derived_roles my_derived_roles --output=yaml
----

[#put]
Expand Down

0 comments on commit cbdd554

Please sign in to comment.