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
I think you're hinting at the identifier being id and not name. The behavior today to create a new app, would be to change the name in spin.toml, and I think it's a bit weird.
If the "same" spin.toml is deployed twice with two different names, I believe a new app should be created.
We might need id as well as an option, but I think a name need to be unique across a user's account today.
I don't think we need to be able to change the name of an application as part of deployment. Although I see there's an api for that.
The cloud api supports defining a
name
for an application, when creating it. Today this is inferred from thespin.toml
file on deployment.It would be great to be able to define this as part of deployment. E.g.
spin cloud deploy --name my-app
The text was updated successfully, but these errors were encountered: