qovery-cli
qovery-cli copied to clipboard
Be able to deploy several databases at once
What would you like to be added: Like we can do to deploy containers or jobs. I would expect to be able to deploy several databases with a single command line:
qovery database deploy \
--organization <org> \
--project WebApp \
--environment "[PR-${{ steps.PR.outputs.number }}] ${{ steps.PR.outputs.pr_title }}" \
--databases "PostgreSQL,redis" \
--watch
Why is this needed: