Skip to content

Commit ed75f81

Browse files
ory-botunatasha8
authored andcommitted
autogen(docs): generate cli docs
1 parent bcd03b3 commit ed75f81

16 files changed

+47
-47
lines changed

docs/keto/cli/keto-check.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: keto-check
33
title: keto check
4-
description: keto check Check whether a subject has a relation on an object
4+
description: keto check
55
---
66

77
<!--
@@ -42,7 +42,7 @@ keto check <subject> <relation> <namespace> <object> [flags]
4242
-c, --config strings Config files to load, overwriting in the order specified. (default [/home/runner/keto.yml])
4343
```
4444

45-
### SEE ALSO
45+
### See also
4646

47-
* [keto](keto) - Global and consistent permission and authorization server
47+
* [keto](keto) Global and consistent permission and authorization server
4848

docs/keto/cli/keto-expand.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: keto-expand
33
title: keto expand
4-
description: keto expand Expand a subject set
4+
description: keto expand
55
---
66

77
<!--
@@ -42,7 +42,7 @@ keto expand <relation> <namespace> <object> [flags]
4242
-c, --config strings Config files to load, overwriting in the order specified. (default [/home/runner/keto.yml])
4343
```
4444

45-
### SEE ALSO
45+
### See also
4646

47-
* [keto](keto) - Global and consistent permission and authorization server
47+
* [keto](keto) Global and consistent permission and authorization server
4848

docs/keto/cli/keto-migrate-down.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: keto-migrate-down
33
title: keto migrate down
4-
description: keto migrate down Migrate the database down
4+
description: keto migrate down
55
---
66

77
<!--
@@ -37,7 +37,7 @@ keto migrate down <steps> [flags]
3737
-c, --config strings Config files to load, overwriting in the order specified. (default [/home/runner/keto.yml])
3838
```
3939

40-
### SEE ALSO
40+
### See also
4141

42-
* [keto migrate](keto-migrate) - Commands to migrate the database
42+
* [keto migrate](keto-migrate) Commands to migrate the database
4343

docs/keto/cli/keto-migrate-status.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: keto-migrate-status
33
title: keto migrate status
4-
description: keto migrate status Get the current migration status
4+
description: keto migrate status
55
---
66

77
<!--
@@ -37,7 +37,7 @@ keto migrate status [flags]
3737
-c, --config strings Config files to load, overwriting in the order specified. (default [/home/runner/keto.yml])
3838
```
3939

40-
### SEE ALSO
40+
### See also
4141

42-
* [keto migrate](keto-migrate) - Commands to migrate the database
42+
* [keto migrate](keto-migrate) Commands to migrate the database
4343

docs/keto/cli/keto-migrate-up.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: keto-migrate-up
33
title: keto migrate up
4-
description: keto migrate up Migrate the database up
4+
description: keto migrate up
55
---
66

77
<!--
@@ -44,7 +44,7 @@ keto migrate up [flags]
4444
-c, --config strings Config files to load, overwriting in the order specified. (default [/home/runner/keto.yml])
4545
```
4646

47-
### SEE ALSO
47+
### See also
4848

49-
* [keto migrate](keto-migrate) - Commands to migrate the database
49+
* [keto migrate](keto-migrate) Commands to migrate the database
5050

docs/keto/cli/keto-migrate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: keto-migrate
33
title: keto migrate
4-
description: keto migrate Commands to migrate the database
4+
description: keto migrate
55
---
66

77
<!--
@@ -30,9 +30,9 @@ This does not affect namespaces. Use `keto namespace migrate` for migrating name
3030
-c, --config strings Config files to load, overwriting in the order specified. (default [/home/runner/keto.yml])
3131
```
3232

33-
### SEE ALSO
33+
### See also
3434

35-
* [keto](keto) - Global and consistent permission and authorization server
35+
* [keto](keto) Global and consistent permission and authorization server
3636
* [keto migrate down](keto-migrate-down) - Migrate the database down
3737
* [keto migrate status](keto-migrate-status) - Get the current migration status
3838
* [keto migrate up](keto-migrate-up) - Migrate the database up

docs/keto/cli/keto-relation-tuple-create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: keto-relation-tuple-create
33
title: keto relation-tuple create
4-
description: keto relation-tuple create Create relationships from JSON files
4+
description: keto relation-tuple create
55
---
66

77
<!--
@@ -43,7 +43,7 @@ keto relation-tuple create <relationships.json> [<relationships-dir>] [flags]
4343
-c, --config strings Config files to load, overwriting in the order specified. (default [/home/runner/keto.yml])
4444
```
4545

46-
### SEE ALSO
46+
### See also
4747

48-
* [keto relation-tuple](keto-relation-tuple) - Read and manipulate relationships
48+
* [keto relation-tuple](keto-relation-tuple) Read and manipulate relationships
4949

docs/keto/cli/keto-relation-tuple-delete-all.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: keto-relation-tuple-delete-all
33
title: keto relation-tuple delete-all
4-
description: keto relation-tuple delete-all Delete ALL relationships matching the relation query.
4+
description: keto relation-tuple delete-all
55
---
66

77
<!--
@@ -48,7 +48,7 @@ keto relation-tuple delete-all [flags]
4848
-c, --config strings Config files to load, overwriting in the order specified. (default [/home/runner/keto.yml])
4949
```
5050

51-
### SEE ALSO
51+
### See also
5252

53-
* [keto relation-tuple](keto-relation-tuple) - Read and manipulate relationships
53+
* [keto relation-tuple](keto-relation-tuple) Read and manipulate relationships
5454

docs/keto/cli/keto-relation-tuple-delete.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: keto-relation-tuple-delete
33
title: keto relation-tuple delete
4-
description: keto relation-tuple delete Delete relationships defined in JSON files
4+
description: keto relation-tuple delete
55
---
66

77
<!--
@@ -43,7 +43,7 @@ keto relation-tuple delete <relation-tuple.json> [<relation-tuple-dir>] [flags]
4343
-c, --config strings Config files to load, overwriting in the order specified. (default [/home/runner/keto.yml])
4444
```
4545

46-
### SEE ALSO
46+
### See also
4747

48-
* [keto relation-tuple](keto-relation-tuple) - Read and manipulate relationships
48+
* [keto relation-tuple](keto-relation-tuple) Read and manipulate relationships
4949

docs/keto/cli/keto-relation-tuple-get.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: keto-relation-tuple-get
33
title: keto relation-tuple get
4-
description: keto relation-tuple get Get relationships
4+
description: keto relation-tuple get
55
---
66

77
<!--
@@ -49,7 +49,7 @@ keto relation-tuple get [flags]
4949
-c, --config strings Config files to load, overwriting in the order specified. (default [/home/runner/keto.yml])
5050
```
5151

52-
### SEE ALSO
52+
### See also
5353

54-
* [keto relation-tuple](keto-relation-tuple) - Read and manipulate relationships
54+
* [keto relation-tuple](keto-relation-tuple) Read and manipulate relationships
5555

0 commit comments

Comments
 (0)