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
The first time you publish a new API, you get this:
❯ sky publish staging
Scanning AWS for current deploy.
No deployment detected. Preparing Panda Sky infrastructure.
Existing stack detected. Updating.
which is contradictory. Are we preparing or updating? We should either tailor the message based on whether we detected a Sky instance or just make it more specific. What's being updated? So we could do this something like this perhaps:
❯ sky publish staging
Scanning AWS for current deploy.
No deployment detected. Preparing Panda Sky infrastructure.
Adding S3 mixin.
The text was updated successfully, but these errors were encountered:
The first time you publish a new API, you get this:
which is contradictory. Are we preparing or updating? We should either tailor the message based on whether we detected a Sky instance or just make it more specific. What's being updated? So we could do this something like this perhaps:
The text was updated successfully, but these errors were encountered: