Paul Colomiets

Results 454 comments of Paul Colomiets

We need for restore at least. Not sure about dump.

Oh, sorry, this somehow fall through my radar. Did you manage to install since that time? I guess it was some S3 glitch or something. If it does not, please...

> Maybe instead of a confirmation step at the beginning, we could just log out what we've found: Creating a new project is rare operation and should be taken with...

Note: when you hit Ctrl+C your request might not have reached the cloud. So it's technically possible that instance is not pending.

My point was that there is still a time window in which we don't know whether it's pending or not. Other than that, we can have more granular abort messages,...

We have to discuss this a bit: 1. For table mode we can only mark existence of the secret key, unless we want some flags for revealing password/secret. 2. For...

Ah, well there is the issue with my proposal. `--dsn` is used for input parameters so we actually use `--insecure-dsn` for outputting DSN. Which means it's kinda okay to put...

And I'm also thinking that we need some real-use mode something like: ``` > edgedb instance credentials -I mycloud/inst1 --env -s EDGEDB_INSTANCE=mycloud/inst1 EDGEDB_SECRET_KEY=alasdfiusenHYUDHSekkduSHJHJDUWksjsJDHIWejJKdhUsjH ``` Because it makes little sense to...

Decided on the call: 1. `edgedb instance credentials` for cloud will fail in JSON an DSN mode 2. We shouldn't show any extra info about cloud instance except it's name...

It looks like `asxasxasx` is a non existing instance, right? Logic of link command suggests that `link -I` is probably for copying credentials? So I'd expect: 1. Not asking all...