Skip to content

Commit

Permalink
[automated] Update Forest CLI docs (#5316)
Browse files Browse the repository at this point in the history
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
  • Loading branch information
LeshyBot and github-merge-queue[bot] authored Feb 21, 2025
1 parent c30d808 commit de02701
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/users/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1728,6 +1728,7 @@ Commands:
private-key-from-key-pair Generate a base64-encoded private key from the given key-pair file. This effectively transforms Forest's key-pair file into a Lotus-compatible private key
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
help Print this message or the help of the given subcommand(s)
Options:
Expand Down Expand Up @@ -1787,12 +1788,13 @@ Options:
```
Dump the OpenRPC definition for the node
Usage: forest-tool shed openrpc --path <PATH> [INCLUDE]...
Usage: forest-tool shed openrpc [OPTIONS] --path <PATH> [INCLUDE]...
Arguments:
[INCLUDE]...
Options:
--path <PATH> Which API path to dump [possible values: v0, v1]
--omit <OMIT> A comma-separated list of fields to omit from the output (e.g., "summary,description") [possible values: summary, description]
-h, --help Print help
```

0 comments on commit de02701

Please sign in to comment.