Skip to content

Commit fa8f6da

Browse files
docs: update Global Options to match real CLI (#32)
Updated the Global Options section in CLI reference to match the actual supported options in the code. Added missing options `--timeout` and `--verbose`, and included `'toon'` as a valid value for `--format`. These changes were confirmed by checking the CLI implementation in `src/cli.ts`.
1 parent b9f6615 commit fa8f6da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/cli-reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ Full command reference for all `opensea` CLI commands.
77
```
88
--api-key <key> OpenSea API key (or set OPENSEA_API_KEY env var)
99
--chain <chain> Default chain (default: ethereum)
10-
--format <format> Output format: json or table (default: json)
10+
--format <format> Output format: json, table, or toon (default: json)
1111
--base-url <url> API base URL override (for testing against staging or proxies)
12+
--timeout Request timeout in milliseconds (default: 30000)
13+
--verbose Log request and response info to stderr
1214
```
1315

1416
## Collections

0 commit comments

Comments
 (0)