Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
It would be great to have an option to choose the order of the ".yaml" deployments.
How this might work:
For example, if you write "gcloud app deploy queue.yaml app.yaml", it should first deploy the queue.yaml and then deploy the application.
If applicable, reasons why alternative solutions are not sufficient:
Nowadays, the command "gcloud app deploy queue.yaml app.yaml" first deploys the application, and then applies the rest of the ".yaml" configuration files, there are some use cases when the customers would like to deploy the queue configuration first and then, the application it self.
workaround:
Just run different gcloud app deploy commands separately for every action.