qovery-cli icon indicating copy to clipboard operation
qovery-cli copied to clipboard

Be able to deploy several databases at once

Open jmeiss opened this issue 1 year ago • 0 comments

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:

jmeiss avatar Mar 24 '23 12:03 jmeiss