unable to access cli in worker editor

Hey everyone, at the bottom right of this image
5 Replies
NazCodeland
NazCodeland11mo ago
that black screen area, that is suppose to be a CLI right?
Chaika
Chaika11mo ago
The blank part should just be Chrome dev tools for debugging your worker. Cloudflare doesn't give you a CLI or anything like that, those are commands you should execute locally on your machine
NazCodeland
NazCodeland11mo ago
That part doesn't load a CLI that I can interact with I'm going to start using Wrangler CLI so it's no biggy but thought I ask anyway, incase it's just a permission that I don't have enabled in the browser or something
Chaika
Chaika11mo ago
It would just be Chrome Dev Tools, not a cli. It's not the place you would run those wrangler/etc commands in, if that's what you're asking. It'd just be a debug tools for your worker couldn't tell you why it didn't load though, perhaps an extension/ad block or something. If you're using Firefox I've heard people say before it's a bit buggy sometimes on it
NazCodeland
NazCodeland11mo ago
I see, I just was curious why it wasn't working, I tried it in Edge and Chrome but didn't load But that answers it, thank you!