We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sqitch-GUI
sqitch.conf
Currently Sqitch-GUI uses a section in the Sqitch configuration file like this:
Sqitch
[project] default = FliprPg [project "FliprPg"] path = /home/user/sqitch/flipr-pg [project "FliprFirebird"] path = /home/user/sqitch/flipr/fb
--gui
$ sqitch --gui
or, maybe, a gui command?
gui
$ sqitch gui
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sqitch-GUI
support in thesqitch.conf
configuration file.Currently
Sqitch-GUI
uses a section in theSqitch
configuration file like this:Sqitch-GUI
project will be mature enough maybe a Sqitch--gui
option could be used to startSqitch-GUI
:or, maybe, a
gui
command?The text was updated successfully, but these errors were encountered: