From de027018b76b5f1b6abed9d056b8669ffe5afb7c Mon Sep 17 00:00:00 2001 From: LeshyBot <114995399+LeshyBot@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:29:59 +0100 Subject: [PATCH] [automated] Update Forest CLI docs (#5316) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- docs/docs/users/reference/cli.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/users/reference/cli.md b/docs/docs/users/reference/cli.md index 56c44070d2d..4474e845860 100644 --- a/docs/docs/users/reference/cli.md +++ b/docs/docs/users/reference/cli.md @@ -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: @@ -1787,12 +1788,13 @@ Options: ``` Dump the OpenRPC definition for the node -Usage: forest-tool shed openrpc --path [INCLUDE]... +Usage: forest-tool shed openrpc [OPTIONS] --path [INCLUDE]... Arguments: [INCLUDE]... Options: --path Which API path to dump [possible values: v0, v1] + --omit A comma-separated list of fields to omit from the output (e.g., "summary,description") [possible values: summary, description] -h, --help Print help ```