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
string
required
MCP server name. The command verifies the server exists in the R2 registry before printing instructions.
boolean
default:false
Changes output mode. Shorthand:
-f.Behavior
The command verifies the server exists in R2 via
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.