logs command prints instructions for streaming live logs from the SuperBox Cloudflare Worker. It does not stream logs directly - it outputs the wrangler tail command you should run.
Usage
Options
MCP server name. The command verifies the server exists in the R2 registry before printing instructions.
Changes output mode. Shorthand:
-f.Behavior
| Mode | Output |
|---|---|
Default (no --follow) | Prints both the wrangler tail CLI command and the Cloudflare dashboard URL |
With --follow | Prints only: wrangler tail superbox-executor --format pretty |
s3.get_server(bucket, name) and exits with an error if not found.
Examples
--follow):
Streaming logs with wrangler
Once you have the command, run it in a terminal:Prerequisites
wrangler must be installed and authenticated:
Troubleshooting
- Server not found: Run
superbox searchto confirm the server name, thensuperbox pushif it is missing. - wrangler: command not found: Install with
npm install -g wrangler. - Authentication error in wrangler: Run
wrangler loginand complete the browser OAuth flow.