You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/ory-delete-identity.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,15 @@ This file is auto-generated.
9
9
10
10
To improve this file please make your change against the appropriate "./cmd/*.go" file.
11
11
-->
12
-
13
12
## ory delete identity
14
13
15
14
Delete one or more identities by their ID(s)
16
15
17
16
### Synopsis
18
17
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.
21
19
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
Copy file name to clipboardExpand all lines: docs/cli/ory-get-identity.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,15 @@ This file is auto-generated.
9
9
10
10
To improve this file please make your change against the appropriate "./cmd/*.go" file.
11
11
-->
12
-
13
12
## ory get identity
14
13
15
14
Get one or more identities by their ID(s)
16
15
17
16
### Synopsis
18
17
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.
21
19
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
24
21
25
22
```
26
23
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
39
36
```
40
37
--format string Set the output format. One of table, json, yaml, and json-pretty. (default "default")
41
38
-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)
43
40
--project string The project to use
44
41
```
45
42
@@ -53,4 +50,5 @@ To get the identities with the recovery email address at the domain "ory.sh", ru
0 commit comments