Tulip🌷 - A CLI for managing version-based Git workflows and branching model
You can install the package via composer:
composer require ghostwriter/tulip --devYou can also star (🌟) this repo to find it easier later.
Usage:
command [options] [arguments]
Options:
-h, --help Display help for the given command. When no command is given display help for the list command
--silent Do not output any message
-q, --quiet Only errors are displayed. All other output is suppressed
-V, --version Display this application version
--ansi|--no-ansi Force (or disable --no-ansi) ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
completion Dump the shell completion script
help Display help for a command
list List commands
bugfix
bugfix:finish Finish a bugfix branch
bugfix:publish Publish a bugfix branch
bugfix:start Start a bugfix branch
feature
feature:finish Finish a feature branch
feature:publish Publish a feature branch
feature:start Start a feature branch
hotfix
hotfix:finish Finish a hotfix branch
hotfix:publish Publish a hotfix branch
hotfix:start Start a hotfix branch
release
release:finish Finish a release branch
release:publish Publish a release branch
release:start Start a release branch
Please see CHANGELOG.md for more information on what has changed recently.
Please see LICENSE for more information on the license that applies to this project.
Please see SECURITY.md for more information on security disclosure process.