CLI to create default env and get production and preview deploy key
📊Dashboard🎁Feature Request
Hey team, I'm looking to programatically generate convex envs for an internal app development process and I was wondering if there is a way to generate default environment variables as well as deploy keys from the CLI?
As far as I am aware you can create deployment specific env vars (eg preview name and production) But we like creating production env valyes, but then use default envs for everything else
The benefit is that we dont need to push envs for each new preview, they just inherit the default.
Is there a way to do this with the CLI? Or am I doing something wrong here?
Also as far as I am aware there is no way to create deploy keys with the CLI? Ideally we can spin up a whole new app without having to touch the convex dashboard, as many of the end users of these dont have access.
Is this possible? And let me know if I am trying to do something wrong