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
Is your feature request related to a problem? Please describe.
Right now we are able to deploy each project at a time. We should be able to deploy/destroy all the projects at once.
Cloud Information
[ x ] AWS
[ x ] Azure
[ x ] GCP
[ x ] Other
Describe the solution you'd like
We should be able to run the deployment of all projects in a git repo using the below commands
bf projects deploy-all --env {} - This would deploy all the workflows in all projects in the gitrepo
bf projects destroy-all --env {} - This will destroy all the workflows in all projects in the gitrepo
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now we are able to deploy each project at a time. We should be able to deploy/destroy all the projects at once.
Cloud Information
Describe the solution you'd like
We should be able to run the deployment of all projects in a git repo using the below commands
bf projects deploy-all --env {}
- This would deploy all the workflows in all projects in the gitrepobf projects destroy-all --env {}
- This will destroy all the workflows in all projects in the gitrepoDescribe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: