You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, every command fails if an app doesn't exist, yet checks before doing a release (even though the only way to create an app, currently, is to do a build of it).
Also, every command (once it's shown that the app exists) touches the config.env file to initialize it.
These are both maybe kind of stupid.
Thoughts:
It's worth failing if the app doesn't exist- otherwise, you'd be "creating" empty apps by making a typo in the app name, and then you wouldn't get an error telling you you made a typo.
You should be able to create an app, configure it, then push its code so it starts fully configured with its first deploy.
Right now, every command fails if an app doesn't exist, yet checks before doing a release (even though the only way to create an app, currently, is to do a build of it).
Also, every command (once it's shown that the app exists) touches the
config.env
file to initialize it.These are both maybe kind of stupid.
Thoughts:
The text was updated successfully, but these errors were encountered: