Skip to content

Commit

Permalink
chore: bump deps (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Mar 30, 2021
1 parent ad8e20b commit f0929e7
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 221 deletions.
8 changes: 4 additions & 4 deletions docs/docs/cli/keto-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ Check whether a subject has a relation on an object. This method resolves
subject sets and subject set rewrites.

```
keto check <subject> <relation> <namespace> <object> [flags]
keto check &lt;subject&gt; &lt;relation&gt; &lt;namespace&gt; &lt;object&gt; [flags]
```

### Options

```
-f, --format string Set the output format. One of table, json, and json-pretty. (default "default")
-f, --format string Set the output format. One of table, json, and json-pretty. (default &#34;default&#34;)
-h, --help help for check
-q, --quiet Be quiet with output printing.
--read-remote string Remote URL of the read API endpoint. (default "127.0.0.1:4466")
--write-remote string Remote URL of the write API endpoint. (default "127.0.0.1:4467")
--read-remote string Remote URL of the read API endpoint. (default &#34;127.0.0.1:4466&#34;)
--write-remote string Remote URL of the write API endpoint. (default &#34;127.0.0.1:4467&#34;)
```

### Options inherited from parent commands
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/cli/keto-expand.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ Expand a subject set
Expand a subject set into a tree of subjects.

```
keto expand <relation> <namespace> <object> [flags]
keto expand &lt;relation&gt; &lt;namespace&gt; &lt;object&gt; [flags]
```

### Options

```
-f, --format string Set the output format. One of default, json, and json-pretty. (default "default")
-f, --format string Set the output format. One of default, json, and json-pretty. (default &#34;default&#34;)
-h, --help help for expand
-d, --max-depth int32 maximum depth of the tree (default 100)
--read-remote string Remote URL of the read API endpoint. (default "127.0.0.1:4466")
--write-remote string Remote URL of the write API endpoint. (default "127.0.0.1:4467")
--read-remote string Remote URL of the read API endpoint. (default &#34;127.0.0.1:4466&#34;)
--write-remote string Remote URL of the write API endpoint. (default &#34;127.0.0.1:4467&#34;)
```

### Options inherited from parent commands
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/cli/keto-migrate-down.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ migrate down. This does not affect namespaces. Use `keto namespace migrate down`
for migrating namespaces.

```
keto migrate down <steps> [flags]
keto migrate down &lt;steps&gt; [flags]
```

### Options

```
-f, --format string Set the output format. One of table, json, and json-pretty. (default "default")
-f, --format string Set the output format. One of table, json, and json-pretty. (default &#34;default&#34;)
-h, --help help for down
-q, --quiet Be quiet with output printing.
-y, --yes yes to all questions, no user input required
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cli/keto-migrate-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keto migrate status [flags]
### Options

```
-f, --format string Set the output format. One of table, json, and json-pretty. (default "default")
-f, --format string Set the output format. One of table, json, and json-pretty. (default &#34;default&#34;)
-h, --help help for status
-q, --quiet Be quiet with output printing.
```
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cli/keto-migrate-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keto migrate up [flags]

```
--all-namespaces migrate all pending namespaces as well
-f, --format string Set the output format. One of table, json, and json-pretty. (default "default")
-f, --format string Set the output format. One of table, json, and json-pretty. (default &#34;default&#34;)
-h, --help help for up
-q, --quiet Be quiet with output printing.
-y, --yes yes to all questions, no user input required
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/cli/keto-namespace-migrate-down.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ Migrate a namespace down
Migrate a namespace down. Pass 0 steps to fully migrate down.

```
keto namespace migrate down <namespace-name> <steps> [flags]
keto namespace migrate down &lt;namespace-name&gt; &lt;steps&gt; [flags]
```

### Options

```
-f, --format string Set the output format. One of table, json, and json-pretty. (default "default")
-f, --format string Set the output format. One of table, json, and json-pretty. (default &#34;default&#34;)
-h, --help help for down
-q, --quiet Be quiet with output printing.
--read-remote string Remote URL of the read API endpoint. (default "127.0.0.1:4466")
--write-remote string Remote URL of the write API endpoint. (default "127.0.0.1:4467")
--read-remote string Remote URL of the read API endpoint. (default &#34;127.0.0.1:4466&#34;)
--write-remote string Remote URL of the write API endpoint. (default &#34;127.0.0.1:4467&#34;)
-y, --yes yes to all questions, no user input required
```

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/cli/keto-namespace-migrate-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Get the current migration status of one specific namespace. Does not apply any
changes.

```
keto namespace migrate status <namespace-name> [flags]
keto namespace migrate status &lt;namespace-name&gt; [flags]
```

### Options

```
-f, --format string Set the output format. One of table, json, and json-pretty. (default "default")
-f, --format string Set the output format. One of table, json, and json-pretty. (default &#34;default&#34;)
-h, --help help for status
-q, --quiet Be quiet with output printing.
```
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/cli/keto-namespace-migrate-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ Migrate a namespace up
Migrate a namespace up to the most recent migration.

```
keto namespace migrate up <namespace-name> [flags]
keto namespace migrate up &lt;namespace-name&gt; [flags]
```

### Options

```
-f, --format string Set the output format. One of table, json, and json-pretty. (default "default")
-f, --format string Set the output format. One of table, json, and json-pretty. (default &#34;default&#34;)
-h, --help help for up
-q, --quiet Be quiet with output printing.
--read-remote string Remote URL of the read API endpoint. (default "127.0.0.1:4466")
--write-remote string Remote URL of the write API endpoint. (default "127.0.0.1:4467")
--read-remote string Remote URL of the read API endpoint. (default &#34;127.0.0.1:4466&#34;)
--write-remote string Remote URL of the write API endpoint. (default &#34;127.0.0.1:4467&#34;)
-y, --yes yes to all questions, no user input required
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cli/keto-namespace-validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Validate one or more namespace yaml files and get human readable errors. Useful
for debugging.

```
keto namespace validate <namespace.yml> [<namespace2.yml> ...] [flags]
keto namespace validate &lt;namespace.yml&gt; [&lt;namespace2.yml&gt; ...] [flags]
```

### Options
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/cli/keto-relation-tuple-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ relation tuples will be created. Pass the special filename `-` to read from
STD_IN.

```
keto relation-tuple create <relation-tuple.json> [<relation-tuple-dir>] [flags]
keto relation-tuple create &lt;relation-tuple.json&gt; [&lt;relation-tuple-dir&gt;] [flags]
```

### Options

```
-f, --format string Set the output format. One of table, json, and json-pretty. (default "default")
-f, --format string Set the output format. One of table, json, and json-pretty. (default &#34;default&#34;)
-h, --help help for create
-q, --quiet Be quiet with output printing.
--read-remote string Remote URL of the read API endpoint. (default "127.0.0.1:4466")
--write-remote string Remote URL of the write API endpoint. (default "127.0.0.1:4467")
--read-remote string Remote URL of the read API endpoint. (default &#34;127.0.0.1:4466&#34;)
--write-remote string Remote URL of the write API endpoint. (default &#34;127.0.0.1:4467&#34;)
```

### Options inherited from parent commands
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/cli/keto-relation-tuple-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ 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]
keto relation-tuple delete &lt;relation-tuple.json&gt; [&lt;relation-tuple-dir&gt;] [flags]
```

### Options

```
-f, --format string Set the output format. One of table, json, and json-pretty. (default "default")
-f, --format string Set the output format. One of table, json, and json-pretty. (default &#34;default&#34;)
-h, --help help for delete
-q, --quiet Be quiet with output printing.
--read-remote string Remote URL of the read API endpoint. (default "127.0.0.1:4466")
--write-remote string Remote URL of the write API endpoint. (default "127.0.0.1:4467")
--read-remote string Remote URL of the read API endpoint. (default &#34;127.0.0.1:4466&#34;)
--write-remote string Remote URL of the write API endpoint. (default &#34;127.0.0.1:4467&#34;)
```

### Options inherited from parent commands
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/cli/keto-relation-tuple-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ Get relation tuples
Get relation tuples matching the given partial tuple. Returns paginated results.

```
keto relation-tuple get <namespace> [flags]
keto relation-tuple get &lt;namespace&gt; [flags]
```

### Options

```
-f, --format string Set the output format. One of table, json, and json-pretty. (default "default")
-f, --format string Set the output format. One of table, json, and json-pretty. (default &#34;default&#34;)
-h, --help help for get
--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
-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 URL of the read API endpoint. (default &#34;127.0.0.1:4466&#34;)
--relation string Set the requested relation
--subject string Set the requested subject
--write-remote string Remote URL of the write API endpoint. (default "127.0.0.1:4467")
--write-remote string Remote URL of the write API endpoint. (default &#34;127.0.0.1:4467&#34;)
```

### Options inherited from parent commands
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cli/keto-relation-tuple-parse.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keto relation-tuple parse [flags]
### Options

```
-f, --format string Set the output format. One of table, json, and json-pretty. (default "default")
-f, --format string Set the output format. One of table, json, and json-pretty. (default &#34;default&#34;)
-h, --help help for parse
-q, --quiet Be quiet with output printing.
```
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cli/keto-serve.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ORY Keto can be configured using environment variables as well as a
configuration file. For more information on configuration options, open the
configuration documentation:

> > https://www.ory.sh/keto/docs/reference/configuration <<
&gt;&gt; https://www.ory.sh/keto/docs/reference/configuration &lt;&lt;

```
keto serve [flags]
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/cli/keto-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ keto status [flags]

```
-b, --block block until the service is healthy
--endpoint string which endpoint to use; one of {read, write} (default "read")
--endpoint string which endpoint to use; one of {read, write} (default &#34;read&#34;)
-h, --help help for status
-q, --quiet Be quiet with output printing.
--read-remote string Remote URL of the read API endpoint. (default "127.0.0.1:4466")
--write-remote string Remote URL of the write API endpoint. (default "127.0.0.1:4467")
--read-remote string Remote URL of the read API endpoint. (default &#34;127.0.0.1:4466&#34;)
--write-remote string Remote URL of the write API endpoint. (default &#34;127.0.0.1:4467&#34;)
```

### Options inherited from parent commands
Expand Down
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ replace github.com/soheilhy/cmux => github.com/soheilhy/cmux v0.1.5-0.2021011423

replace github.com/ory/dockertest/v3 => github.com/ory/dockertest/v3 v3.6.3

replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2

replace github.com/ory/x => github.com/ory/x v0.0.212

require (
github.com/HdrHistogram/hdrhistogram-go v1.0.1 // indirect
github.com/bufbuild/buf v0.31.1
Expand Down Expand Up @@ -55,6 +59,7 @@ require (
google.golang.org/grpc v1.36.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.25.1-0.20201020201750-d3470999428b
gotest.tools v2.2.0+incompatible // indirect
)

go 1.16

0 comments on commit f0929e7

Please sign in to comment.