Karam
Karam
Is there any interest in adding autocomplete (like fish) to this cli?
When using ```BuildQuery``` and ```Query``` to run a query the following query returns the expected results: ```SELECT Id FROM PermissionSetAssignment``` But when the query uses the dot notation for the...
I'm getting the following error when I try to import the collection file: > Invalid collection file: Requests[] must be present in the collection Any idea why?
Fixes #39
I believe this block of code from `infra/regions.ts`: ```ts const providers = {} as Record; for (const region of regions) { if (region === "us-east-1") { providers[region] = undefined; }...