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 Nov 15, 2023
1 parent 1732542 commit 98634d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/kratos/cli/kratos-hashers-argon2-calibrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kratos hashers argon2 calibrate <requests-per-minute> [flags]
--max-concurrent uint8 Maximum number of concurrent hashing operations. (default 16)
--max-memory byte_size Maximum memory allowed (0 means no limit). (default 0.00B)
--min-duration duration Minimal duration a hashing operation (~login request) takes. (default 500ms)
--parallelism uint8 Number of threads to use. (default 4)
--parallelism uint8 Number of threads to use. (default 8)
-r, --probe-runs int Runs per probe, median of all runs is taken as the result. (default 2)
-q, --quiet Be quiet with output printing.
--salt-length uint32 Length of the salt in bytes. (default 16)
Expand Down
2 changes: 1 addition & 1 deletion docs/kratos/cli/kratos-hashers-argon2-hash.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kratos hashers argon2 hash <password1> [<password2> ...] [flags]
--memory byte_size Memory to use. (default 128.00MB)
--min-duration duration Minimal duration a hashing operation (~login request) takes. (default 500ms)
--parallel Run all hashing operations in parallel.
--parallelism uint8 Number of threads to use. (default 4)
--parallelism uint8 Number of threads to use. (default 8)
--salt-length uint32 Length of the salt in bytes. (default 16)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/kratos/cli/kratos-hashers-argon2-load-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ kratos hashers argon2 load-test <authentication-requests-per-minute> [flags]
--key-length uint32 Length of the key in bytes. (default 32)
--memory byte_size Memory to use. (default 128.00MB)
--min-duration duration Minimal duration a hashing operation (~login request) takes. (default 500ms)
--parallelism uint8 Number of threads to use. (default 4)
--parallelism uint8 Number of threads to use. (default 8)
-q, --quiet Be quiet with output printing.
--salt-length uint32 Length of the salt in bytes. (default 16)
```
Expand Down

0 comments on commit 98634d6

Please sign in to comment.