Skip to content

Commit a04e06a

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

32 files changed

+121
-105
lines changed

docs/hydra/cli/hydra-create-jwk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: hydra-create-jwk
33
title: hydra create jwk
4-
description: hydra create jwk Create a JSON Web Key Set with a JSON Web Key
4+
description: hydra create jwk
55
---
66

77
<!--
@@ -42,7 +42,7 @@ hydra create jwk <my-jwk-set> --alg RS256 --use sig
4242
--skip-tls-verify Do not verify TLS certificates. Useful when dealing with self-signed certificates. Do not use in production!
4343
```
4444

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

47-
* [hydra create](hydra-create) - Create resources
47+
* [hydra create](hydra-create) Create resources
4848

docs/hydra/cli/hydra-create-oauth2-client.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: hydra-create-oauth2-client
33
title: hydra create oauth2-client
4-
description: hydra create oauth2-client Create an OAuth 2.0 Client
4+
description: hydra create oauth2-client
55
---
66

77
<!--
@@ -94,7 +94,7 @@ client_secret=$(echo $client | jq -r '.client_secret')
9494
--skip-tls-verify Do not verify TLS certificates. Useful when dealing with self-signed certificates. Do not use in production!
9595
```
9696

97-
### SEE ALSO
97+
### See also
9898

99-
* [hydra create](hydra-create) - Create resources
99+
* [hydra create](hydra-create) Create resources
100100

docs/hydra/cli/hydra-create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: hydra-create
33
title: hydra create
4-
description: hydra create Create resources
4+
description: hydra create
55
---
66

77
<!--
@@ -24,9 +24,9 @@ Create resources
2424
--skip-tls-verify Do not verify TLS certificates. Useful when dealing with self-signed certificates. Do not use in production!
2525
```
2626

27-
### SEE ALSO
27+
### See also
2828

29-
* [hydra](hydra) - Run and manage Ory Hydra
29+
* [hydra](hydra) Run and manage Ory Hydra
3030
* [hydra create jwk](hydra-create-jwk) - Create a JSON Web Key Set with a JSON Web Key
3131
* [hydra create oauth2-client](hydra-create-oauth2-client) - Create an OAuth 2.0 Client
3232

docs/hydra/cli/hydra-delete-access-tokens.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: hydra-delete-access-tokens
33
title: hydra delete access-tokens
4-
description: hydra delete access-tokens Delete all OAuth2 Access Tokens of an OAuth2 Client
4+
description: hydra delete access-tokens
55
---
66

77
<!--
@@ -39,7 +39,7 @@ hydra delete access-tokens <client-id>
3939
--skip-tls-verify Do not verify TLS certificates. Useful when dealing with self-signed certificates. Do not use in production!
4040
```
4141

42-
### SEE ALSO
42+
### See also
4343

44-
* [hydra delete](hydra-delete) - Delete resources
44+
* [hydra delete](hydra-delete) Delete resources
4545

docs/hydra/cli/hydra-delete-jwk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: hydra-delete-jwk
33
title: hydra delete jwk
4-
description: hydra delete jwk Delete one or more JSON Web Key Sets by their set ID
4+
description: hydra delete jwk
55
---
66

77
<!--
@@ -43,7 +43,7 @@ hydra delete jwk <set-1> <set-2> <set-3>
4343
--skip-tls-verify Do not verify TLS certificates. Useful when dealing with self-signed certificates. Do not use in production!
4444
```
4545

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

48-
* [hydra delete](hydra-delete) - Delete resources
48+
* [hydra delete](hydra-delete) Delete resources
4949

docs/hydra/cli/hydra-delete-oauth2-client.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: hydra-delete-oauth2-client
33
title: hydra delete oauth2-client
4-
description: hydra delete oauth2-client Delete one or more OAuth 2.0 Clients by their ID(s)
4+
description: hydra delete oauth2-client
55
---
66

77
<!--
@@ -47,7 +47,7 @@ To delete OAuth 2.0 Clients with the owner of "foo@bar.com", run:
4747
--skip-tls-verify Do not verify TLS certificates. Useful when dealing with self-signed certificates. Do not use in production!
4848
```
4949

50-
### SEE ALSO
50+
### See also
5151

52-
* [hydra delete](hydra-delete) - Delete resources
52+
* [hydra delete](hydra-delete) Delete resources
5353

docs/hydra/cli/hydra-delete.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: hydra-delete
33
title: hydra delete
4-
description: hydra delete Delete resources
4+
description: hydra delete
55
---
66

77
<!--
@@ -24,9 +24,9 @@ Delete resources
2424
--skip-tls-verify Do not verify TLS certificates. Useful when dealing with self-signed certificates. Do not use in production!
2525
```
2626

27-
### SEE ALSO
27+
### See also
2828

29-
* [hydra](hydra) - Run and manage Ory Hydra
29+
* [hydra](hydra) Run and manage Ory Hydra
3030
* [hydra delete access-tokens](hydra-delete-access-tokens) - Delete all OAuth2 Access Tokens of an OAuth2 Client
3131
* [hydra delete jwk](hydra-delete-jwk) - Delete one or more JSON Web Key Sets by their set ID
3232
* [hydra delete oauth2-client](hydra-delete-oauth2-client) - Delete one or more OAuth 2.0 Clients by their ID(s)

docs/hydra/cli/hydra-get-jwk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: hydra-get-jwk
33
title: hydra get jwk
4-
description: hydra get jwk Get one or more JSON Web Key Set by its ID(s)
4+
description: hydra get jwk
55
---
66

77
<!--
@@ -51,7 +51,7 @@ To get the JSON Web Key Set as only public keys:
5151
--skip-tls-verify Do not verify TLS certificates. Useful when dealing with self-signed certificates. Do not use in production!
5252
```
5353

54-
### SEE ALSO
54+
### See also
5555

56-
* [hydra get](hydra-get) - Get resources
56+
* [hydra get](hydra-get) Get resources
5757

docs/hydra/cli/hydra-get-oauth2-client.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: hydra-get-oauth2-client
33
title: hydra get oauth2-client
4-
description: hydra get oauth2-client Get one or more OAuth 2.0 Clients by their ID(s)
4+
description: hydra get oauth2-client
55
---
66

77
<!--
@@ -45,7 +45,7 @@ To get the OAuth 2.0 Client's name, run:
4545
--skip-tls-verify Do not verify TLS certificates. Useful when dealing with self-signed certificates. Do not use in production!
4646
```
4747

48-
### SEE ALSO
48+
### See also
4949

50-
* [hydra get](hydra-get) - Get resources
50+
* [hydra get](hydra-get) Get resources
5151

docs/hydra/cli/hydra-get.md

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

77
<!--
@@ -24,9 +24,9 @@ Get resources
2424
--skip-tls-verify Do not verify TLS certificates. Useful when dealing with self-signed certificates. Do not use in production!
2525
```
2626

27-
### SEE ALSO
27+
### See also
2828

29-
* [hydra](hydra) - Run and manage Ory Hydra
29+
* [hydra](hydra) Run and manage Ory Hydra
3030
* [hydra get jwk](hydra-get-jwk) - Get one or more JSON Web Key Set by its ID(s)
3131
* [hydra get oauth2-client](hydra-get-oauth2-client) - Get one or more OAuth 2.0 Clients by their ID(s)
3232

0 commit comments

Comments
 (0)