Skip to main content

keto relation-tuple delete

keto relation-tuple delete

Delete relation tuples defined in JSON files

Synopsis

Delete relation tuples defined in the given JSON files. A directory will be traversed and all relation tuples will be deleted. Pass the special filename - to read from STD_IN.

keto relation-tuple delete <relation-tuple.json> [<relation-tuple-dir>] [flags]

Options

      --format string         Set the output format. One of table, json, yaml, and json-pretty. (default "default")
-h, --help help for delete
-q, --quiet Be quiet with output printing.
--read-remote string Remote address of the read API endpoint. (default "127.0.0.1:4466")
--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/runner/keto.yml])

SEE ALSO