Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automated] Update Forest CLI docs #5337

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions docs/docs/users/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1798,3 +1798,31 @@ Options:
--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
```

### `forest-tool shed f3`

```
F3 related commands

Usage: forest-tool shed f3 <COMMAND>

Commands:
check-activation
check-activation-raw Queries F3 parameters contract using raw logic
help Print this message or the help of the given subcommand(s)

Options:
-h, --help Print help
```

### `forest-tool shed f3 check-activation-raw`

```
Queries F3 parameters contract using raw logic

Usage: forest-tool shed f3 check-activation-raw --contract <CONTRACT>

Options:
--contract <CONTRACT> Contract eth address
-h, --help Print help
```
Loading