Skip to content

Commit

Permalink
autogen(docs): generate cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Jul 10, 2024
1 parent 7db3d34 commit cfc8974
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
9 changes: 5 additions & 4 deletions docs/cli/ory-delete-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ To delete the identity with the recovery email address "[email protected]", run:
### Options

```
--format string Set the output format. One of table, json, yaml, json-pretty, jsonpath and jsonpointer. (default "default")
-h, --help help for identity
--project string The project to use, either project ID or a (partial) slug.
-q, --quiet Be quiet with output printing.
--format string Set the output format. One of table, json, yaml, json-pretty, jsonpath and jsonpointer. (default "default")
-h, --help help for identity
--project string The project to use, either project ID or a (partial) slug.
-q, --quiet Be quiet with output printing.
--workspace string The workspace to use, either workspace ID or a (partial) name.
```

### Options inherited from parent commands
Expand Down
1 change: 1 addition & 0 deletions docs/cli/ory-get-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ To get the identities with the recovery email address at the domain "ory.sh", ru
-i, --include-credentials stringArray Include third party tokens (only "oidc" supported)
--project string The project to use, either project ID or a (partial) slug.
-q, --quiet Be quiet with output printing.
--workspace string The workspace to use, either workspace ID or a (partial) name.
```

### Options inherited from parent commands
Expand Down
5 changes: 3 additions & 2 deletions docs/cli/ory-import-identities.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ Alternatively:
### Options

```
-h, --help help for identities
--project string The project to use, either project ID or a (partial) slug.
-h, --help help for identities
--project string The project to use, either project ID or a (partial) slug.
--workspace string The workspace to use, either workspace ID or a (partial) name.
```

### Options inherited from parent commands
Expand Down
1 change: 1 addition & 0 deletions docs/cli/ory-list-identities.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ory list identities --page-size 100 --consistency eventual
--page-size int maximum number of items to return (default 100)
--page-token string page token acquired from a previous response
--project string The project to use, either project ID or a (partial) slug.
--workspace string The workspace to use, either workspace ID or a (partial) name.
```

### Options inherited from parent commands
Expand Down
3 changes: 2 additions & 1 deletion docs/cli/ory-list-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ ory list projects [flags]
### Options

```
-h, --help help for projects
-h, --help help for projects
--workspace string The workspace to use, either workspace ID or a (partial) name.
```

### Options inherited from parent commands
Expand Down

0 comments on commit cfc8974

Please sign in to comment.