Page 1 of 1

dbForge Studio CLI in Azure DevOps piplines?

Posted: Thu 26 Nov 2020 10:00
by isip
How can I use dbForge Studio command line interface in Azure DevOps CI/CD pipelines?

Re: dbForge Studio CLI in Azure DevOps piplines?

Posted: Thu 03 Dec 2020 07:53
by dzhanhira
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.

Re: dbForge Studio CLI in Azure DevOps piplines?

Posted: Tue 08 Dec 2020 14:36
by isip
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.

Re: dbForge Studio CLI in Azure DevOps piplines?

Posted: Wed 09 Dec 2020 07:28
by dzhanhira
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

Re: dbForge Studio CLI in Azure DevOps piplines?

Posted: Wed 09 Dec 2020 10:26
by isip
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?