apppackio / apppack

CLI for AppPack.io
Apache License 2.0
7 stars 0 forks source link

`--engine` Flag Ignored in `apppack create database` Command #85

Open CuriousLearner opened 3 weeks ago

CuriousLearner commented 3 weeks ago

It appears that the --engine flag in the apppack create database command is being ignored, requiring users to manually select from a dropdown.

If the flags are provided, the questions shouldn't be asked again.

ipmb commented 3 weeks ago

Same goes for --cluster

CuriousLearner commented 1 week ago

I have changed this, however I think the problem is that without the --engine flag, it defaults to postgres. I've also defaulted to non-aurora instance. Is this okay, or we need something else here? We can document this, but I'm still indecesive and would appreciate a second set of eyes on this.