Comments
3 comments
-
That's an interesting idea BNitsche,
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:"C:\Program Files\Red Gate\Redgate Change Control\flyway-desktop\Flyway Desktop.exe" "C:\path\to\your\projectabc.toml"
This should open Flyway with the specified project.
-
What version did you try this with please graded?
I tried the same before replying and it was unsuccessful, loading to the project page instead.
Add comment
Please sign in to leave a comment.
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