Skip to content

Commit

Permalink
autogen(docs): generate cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 21, 2022
1 parent c1e8546 commit 29bb94a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/docs/cli/keto-relation-tuple-delete-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ keto relation-tuple delete-all [flags]
--namespace string Set the requested namespace
--object string Set the requested object
-q, --quiet Be quiet with output printing.
--read-remote string Remote URL of the read API endpoint. (default "127.0.0.1:4466")
--read-remote string Remote address of the read API endpoint. (default "127.0.0.1:4466")
--relation string Set the requested relation
--subject-id string Set the requested subject ID
--subject-set string Set the requested subject set; format: "namespace:object#relation"
--write-remote string Remote URL of the write API endpoint. (default "127.0.0.1:4467")
--write-remote string Remote address of the write API endpoint. (default "127.0.0.1:4467")
```

### Options inherited from parent commands

```
-c, --config strings Config files to load, overwriting in the order specified. (default [/home/patrik/keto.yml])
-c, --config strings Config files to load, overwriting in the order specified. (default [/home/circleci/keto.yml])
```

### SEE ALSO
Expand Down
3 changes: 2 additions & 1 deletion docs/docs/cli/keto-relation-tuple-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ Get relation tuples
Get relation tuples matching the given partial tuple. Returns paginated results.

```
keto relation-tuple get <namespace> [flags]
keto relation-tuple get [flags]
```

### Options

```
-f, --format string Set the output format. One of table, json, and json-pretty. (default "default")
-h, --help help for get
--namespace string Set the requested namespace
--object string Set the requested object
--page-size int32 maximum number of items to return (default 100)
--page-token string page token acquired from a previous response
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/cli/keto-relation-tuple.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Read and manipulate relation tuples
tuples from JSON files
- [keto relation-tuple delete](keto-relation-tuple-delete) - Delete relation
tuples defined in JSON files
- [keto relation-tuple delete-all](keto-relation-tuple-delete-all) - Delete ALL
relation tuples matching the relation query.
- [keto relation-tuple get](keto-relation-tuple-get) - Get relation tuples
- [keto relation-tuple parse](keto-relation-tuple-parse) - Parse human readable
relation tuples

0 comments on commit 29bb94a

Please sign in to comment.