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 Sep 8, 2023
1 parent bb689ec commit 0b10e13
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/kratos/cli/kratos-list-identities.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,24 @@ List identities

### Synopsis

List identities (paginated)
Return a list of identities.

```
kratos list identities [<page> <per-page>] [flags]
kratos list identities [flags]
```

### Examples

```
kratos list identities 100 1
kratos list identities --page-size 100
```

### Options

```
-h, --help help for identities
-h, --help help for identities
--page-size int maximum number of items to return (default 100)
--page-token string page token acquired from a previous response
```

### Options inherited from parent commands
Expand Down

0 comments on commit 0b10e13

Please sign in to comment.