dbForge Studio CLI in Azure DevOps piplines?

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
isip
Posts: 3
Joined: Thu 26 Nov 2020 09:47

dbForge Studio CLI in Azure DevOps piplines?

Post by isip » Thu 26 Nov 2020 10:00

How can I use dbForge Studio command line interface in Azure DevOps CI/CD pipelines?

dzhanhira
Devart Team
Posts: 239
Joined: Mon 26 Oct 2020 13:49

Re: dbForge Studio CLI in Azure DevOps piplines?

Post by dzhanhira » Thu 03 Dec 2020 07:53

Azure DevOps includes Command Line Script step by default, in base set.
See the screenshot https://ibb.co/BP4Q3dM

With the help of this step, as well as the extensive capabilities of the dbForge Studio for MySQL commandline, you can implement a fairly wide range of different scenarios for CI / CD processes.
For a more detailed answer, could you please tell us your script for the CI / CD process that you would like to implement.

isip
Posts: 3
Joined: Thu 26 Nov 2020 09:47

Re: dbForge Studio CLI in Azure DevOps piplines?

Post by isip » Tue 08 Dec 2020 14:36

Dzhanhira, thank you for the answer.
Actually the main point is how to install the tool on the job agent. Is there a "compact", "standalone" version of dbForge MySQL CLI tool which could be added in our source control near the database project? Ideally would be the only "exe" file plus license one.

dzhanhira
Devart Team
Posts: 239
Joined: Mon 26 Oct 2020 13:49

Re: dbForge Studio CLI in Azure DevOps piplines?

Post by dzhanhira » Wed 09 Dec 2020 07:28

Actually, there is a good article "How dbForge Studio for MySQL is Involved in the DevOps Process" https://blog.devart.com/how-dbforge-stu ... ocess.html

isip
Posts: 3
Joined: Thu 26 Nov 2020 09:47

Re: dbForge Studio CLI in Azure DevOps piplines?

Post by isip » Wed 09 Dec 2020 10:26

That is the question: how to get "Prerequisites: dbForge Studio for MySQL installed on the machine" in terms of Azure, how to install dbForge Studio for MySQL on Job Agent?

Post Reply