Skip to content

Commit bc80a7b

Browse files
committed
autogen(docs): generate cli docs
1 parent 690b8a9 commit bc80a7b

34 files changed

+294
-280
lines changed

docs/cli/ory-auth-logout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This file is auto-generated.
99
1010
To improve this file please make your change against the appropriate "./cmd/*.go" file.
1111
-->
12-
1312
## ory auth logout
1413

1514
Signs you out of your account on this computer.
@@ -34,4 +33,5 @@ ory auth logout [flags]
3433

3534
### SEE ALSO
3635

37-
- [ory auth](ory-auth) - Create an or sign into your Ory Cloud account
36+
* [ory auth](ory-auth) - Create an or sign into your Ory Cloud account
37+

docs/cli/ory-auth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This file is auto-generated.
99
1010
To improve this file please make your change against the appropriate "./cmd/*.go" file.
1111
-->
12-
1312
## ory auth
1413

1514
Create an or sign into your Ory Cloud account
@@ -30,5 +29,6 @@ ory auth [flags]
3029

3130
### SEE ALSO
3231

33-
- [ory](ory) - The ORY CLI
34-
- [ory auth logout](ory-auth-logout) - Signs you out of your account on this computer.
32+
* [ory](ory) - The ORY CLI
33+
* [ory auth logout](ory-auth-logout) - Signs you out of your account on this computer.
34+

docs/cli/ory-create-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This file is auto-generated.
99
1010
To improve this file please make your change against the appropriate "./cmd/*.go" file.
1111
-->
12-
1312
## ory create project
1413

1514
Create a new Ory Cloud Project
@@ -36,4 +35,5 @@ ory create project [flags]
3635

3736
### SEE ALSO
3837

39-
- [ory create](ory-create) - Create Ory Cloud resources
38+
* [ory create](ory-create) - Create Ory Cloud resources
39+

docs/cli/ory-create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This file is auto-generated.
99
1010
To improve this file please make your change against the appropriate "./cmd/*.go" file.
1111
-->
12-
1312
## ory create
1413

1514
Create Ory Cloud resources
@@ -26,5 +25,6 @@ Create Ory Cloud resources
2625

2726
### SEE ALSO
2827

29-
- [ory](ory) - The ORY CLI
30-
- [ory create project](ory-create-project) - Create a new Ory Cloud Project
28+
* [ory](ory) - The ORY CLI
29+
* [ory create project](ory-create-project) - Create a new Ory Cloud Project
30+

docs/cli/ory-delete-identity.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,15 @@ This file is auto-generated.
99
1010
To improve this file please make your change against the appropriate "./cmd/*.go" file.
1111
-->
12-
1312
## ory delete identity
1413

1514
Delete one or more identities by their ID(s)
1615

1716
### Synopsis
1817

19-
This command deletes one or more identities by ID. To delete an identity by some selector, e.g. the recovery email address, use
20-
the list command in combination with jq.
18+
This command deletes one or more identities by ID. To delete an identity by some selector, e.g. the recovery email address, use the list command in combination with jq.
2119

22-
We have to admit, this is not easy if you don't speak jq fluently. What about opening an issue and telling us what predefined
23-
selectors you want to have? https://github.com/ory/kratos/issues/new/choose
20+
We have to admit, this is not easy if you don't speak jq fluently. What about opening an issue and telling us what predefined selectors you want to have? https://github.com/ory/kratos/issues/new/choose
2421

2522
```
2623
ory delete identity id-0 [id-1] [id-2] [id-n] [flags]
@@ -52,4 +49,5 @@ To delete the identity with the recovery email address "[email protected]", run:
5249

5350
### SEE ALSO
5451

55-
- [ory delete](ory-delete) - Delete resources
52+
* [ory delete](ory-delete) - Delete resources
53+

docs/cli/ory-delete.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This file is auto-generated.
99
1010
To improve this file please make your change against the appropriate "./cmd/*.go" file.
1111
-->
12-
1312
## ory delete
1413

1514
Delete resources
@@ -26,5 +25,6 @@ Delete resources
2625

2726
### SEE ALSO
2827

29-
- [ory](ory) - The ORY CLI
30-
- [ory delete identity](ory-delete-identity) - Delete one or more identities by their ID(s)
28+
* [ory](ory) - The ORY CLI
29+
* [ory delete identity](ory-delete-identity) - Delete one or more identities by their ID(s)
30+

docs/cli/ory-format-jsonnet.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
22
id: ory-format-jsonnet
33
title: ory format jsonnet
4-
description: ory format jsonnet
4+
description: ory format jsonnet
55
---
66

77
<!--
88
This file is auto-generated.
99
1010
To improve this file please make your change against the appropriate "./cmd/*.go" file.
1111
-->
12-
1312
## ory format jsonnet
1413

14+
15+
1516
### Synopsis
1617

1718
Formats JSONNet files using the official JSONNet formatter.
@@ -56,4 +57,5 @@ ory format jsonnet path/to/files/*.jsonnet [more/files.jsonnet] [supports/**/{fo
5657

5758
### SEE ALSO
5859

59-
- [ory format](ory-format) - Helpers for formatting code
60+
* [ory format](ory-format) - Helpers for formatting code
61+

docs/cli/ory-format.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This file is auto-generated.
99
1010
To improve this file please make your change against the appropriate "./cmd/*.go" file.
1111
-->
12-
1312
## ory format
1413

1514
Helpers for formatting code
@@ -22,5 +21,6 @@ Helpers for formatting code
2221

2322
### SEE ALSO
2423

25-
- [ory](ory) - The ORY CLI
26-
- [ory format jsonnet](ory-format-jsonnet) -
24+
* [ory](ory) - The ORY CLI
25+
* [ory format jsonnet](ory-format-jsonnet) -
26+

docs/cli/ory-get-identity-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This file is auto-generated.
99
1010
To improve this file please make your change against the appropriate "./cmd/*.go" file.
1111
-->
12-
1312
## ory get identity-config
1413

1514
Get an Ory Cloud project's identity configuration
@@ -56,4 +55,5 @@ $ ory get kratos-config ecaaa3cb-0730-4ee8-a6df-9553cdfeef89 --format json
5655

5756
### SEE ALSO
5857

59-
- [ory get](ory-get) - Get a resource
58+
* [ory get](ory-get) - Get a resource
59+

docs/cli/ory-get-identity.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,15 @@ This file is auto-generated.
99
1010
To improve this file please make your change against the appropriate "./cmd/*.go" file.
1111
-->
12-
1312
## ory get identity
1413

1514
Get one or more identities by their ID(s)
1615

1716
### Synopsis
1817

19-
This command gets all the details about an identity. To get an identity by some selector, e.g. the recovery email address, use the
20-
list command in combination with jq.
18+
This command gets all the details about an identity. To get an identity by some selector, e.g. the recovery email address, use the list command in combination with jq.
2119

22-
We have to admit, this is not easy if you don't speak jq fluently. What about opening an issue and telling us what predefined
23-
selectors you want to have? https://github.com/ory/kratos/issues/new/choose
20+
We have to admit, this is not easy if you don't speak jq fluently. What about opening an issue and telling us what predefined selectors you want to have? https://github.com/ory/kratos/issues/new/choose
2421

2522
```
2623
ory get identity [id-1] [id-2] [id-n] [flags]
@@ -39,7 +36,7 @@ To get the identities with the recovery email address at the domain "ory.sh", ru
3936
```
4037
--format string Set the output format. One of table, json, yaml, and json-pretty. (default "default")
4138
-h, --help help for identity
42-
-i, --include-credentials stringArray Include third party tokens (only "oidc" supported)
39+
-i, --include-credentials stringArray Include third party tokens (only "oidc" supported)
4340
--project string The project to use
4441
```
4542

@@ -53,4 +50,5 @@ To get the identities with the recovery email address at the domain "ory.sh", ru
5350

5451
### SEE ALSO
5552

56-
- [ory get](ory-get) - Get a resource
53+
* [ory get](ory-get) - Get a resource
54+

0 commit comments

Comments
 (0)