From f9545d3601c81f923bcc0553e46bd17c67c1c2b8 Mon Sep 17 00:00:00 2001 From: binarycryptodev Date: Thu, 26 Feb 2026 10:35:13 +0100 Subject: [PATCH] docs: update Global Options to match real CLI 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`. --- docs/cli-reference.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/cli-reference.md b/docs/cli-reference.md index c4f6353..36861ec 100644 --- a/docs/cli-reference.md +++ b/docs/cli-reference.md @@ -7,8 +7,10 @@ Full command reference for all `opensea` CLI commands. ``` --api-key OpenSea API key (or set OPENSEA_API_KEY env var) --chain Default chain (default: ethereum) ---format Output format: json or table (default: json) +--format Output format: json, table, or toon (default: json) --base-url API base URL override (for testing against staging or proxies) +--timeout Request timeout in milliseconds (default: 30000) +--verbose Log request and response info to stderr ``` ## Collections