| ▲ | 8cvor6j844qw_d6 2 days ago | ||||||||||||||||||||||
> Tell us your hopes and dreams for a Cloudflare-wide CLI It'd be great if the Wrangler CLI could display the required API token permissions upfront during local dev, so you know exactly what to provision before deploying. Even better if there were something like a `cf permissions check` command that tells you what's missing or unneeded perms with an API key. | |||||||||||||||||||||||
| ▲ | LaurensBER 2 days ago | parent | next [-] | ||||||||||||||||||||||
That would be glorious! If ChatGPT doesn't get the permissions right on the first try I know that I'm going to have to spend the next hours reading the documentation or trying random combinations to get a token that works. | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | contrahax 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||
A doctor command that does this is always nice! Wish more services would have this | |||||||||||||||||||||||
| ▲ | jbethune 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||
I would second this. Would be very helpful. Had a fat finger issue a while ago that this would have saved. | |||||||||||||||||||||||
| ▲ | csomar 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||
Maybe even better: create that key for you. | |||||||||||||||||||||||
| ▲ | tstrimple 2 days ago | parent | prev [-] | ||||||||||||||||||||||
I think this boils down to more discoverability of the entire API. While I'm not a fan of GraphQL necessarily, it does provide the tools for very robust LLM usage typically because of the discoverability and HATEOAS aspects they actually follow compared to most "REST" APIs. I would love if LLMs could learn everything they need to about an API just by following links from its root entry point. That drastically cuts down on the "ingested knowledge" and documentation reads (of the wrong version) it needs to perform. Outdated documentation can often be worse than no documentation if the tool has the capability of helping you "discover" its features and capabilities. | |||||||||||||||||||||||