diff --git a/docs/docs/users/reference/cli.md b/docs/docs/users/reference/cli.md index 7dee45d4cd7e..a415f8381e2e 100644 --- a/docs/docs/users/reference/cli.md +++ b/docs/docs/users/reference/cli.md @@ -1671,11 +1671,16 @@ Arguments: ... Path to test dumps that are generated by `forest-tool api dump-tests` command Options: - --db Path to the database folder that powers a Forest node - --chain Filecoin network chain - --out-dir Folder into which test snapshots are dumped - --allow-response-mismatch Allow generating snapshot even if Lotus generated a different response. This is useful when the response is not deterministic - -h, --help Print help + --db + Path to the database folder that powers a Forest node + --chain + Filecoin network chain + --out-dir + Folder into which test snapshots are dumped + --use-response-from + Allow generating snapshot even if Lotus generated a different response. This is useful when the response is not deterministic or a failing test is expected. If generating a failing test, use `Lotus` as the argument to ensure the test passes only when the response from Forest is fixed and matches the response from Lotus [possible values: forest, lotus] + -h, --help + Print help ``` ### `forest-tool api dump-tests` @@ -1745,6 +1750,7 @@ Commands: key-pair-from-private-key Generate a key-pair file from the given base64-encoded private key. This effectively transforms Lotus's private key into a Forest-compatible key-pair file. If `output` is not provided, the key-pair is printed to stdout as a base64-encoded string openrpc Dump the OpenRPC definition for the node f3 F3 related commands + migrate-state Run a network upgrade migration help Print this message or the help of the given subcommand(s) Options: