Start Flyway with specific project
BNitsche
Posts: 9 Bronze 1
Hi
is it possible to start Flyway Desktop with a commanline paramter for the project i want to use
Example
"C:\Program Files\Red Gate\Redgate Change Control\flyway-desktop\Flyway Desktop.exe" "projectabc.toml"
br
is it possible to start Flyway Desktop with a commanline paramter for the project i want to use
Example
"C:\Program Files\Red Gate\Redgate Change Control\flyway-desktop\Flyway Desktop.exe" "projectabc.toml"
br
Tagged:
Answers
It's not presently possible to invoke the GUI application with a project predefined.
The CLI has much more comprehensive support for programmatic interaction for authoring scripts.
Yes, you can start Flyway Desktop with a command-line parameter for a specific project. Just make sure to include the path to your
projectabc.toml
file in the command. It should look something like this:This should open Flyway with the specified project.
I tried the same before replying and it was unsuccessful, loading to the project page instead.