mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 05:15:49 +03:00
[GH-ISSUE #50] Feature Request: Improve usability without command line #34
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DBDiff#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ptmrio on GitHub (May 15, 2017).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/50
Would prefer better usability within php itself. It is weird to transfer command line paramenter when I could simply set variables. For syncing beta to production servers, I prefer a solid php script instead of opening the cli everytime.
Regards
@jasdeepkhalsa commented on GitHub (Nov 24, 2017):
Hi @ptmr-io,
Thanks for your comment. This is done this way for compatibility with CI environments and DBDiff is essentially just meant to be a command-line tool.
When you say setting variables & you prefer a solid PHP script instead could you please provide an example of what you mean just so we're on the same page?
Thanks!