You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mstaab@mst16:/cluster/www/www/www/tools/dev/deploytest$ php ../../deployer/bin/dep
Deployer master
Usage:
command [options] [arguments]
Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-f, --file[=FILE] Specify Deployer file
--tag=TAG Tag to deploy
--revision=REVISION Revision to deploy
--branch=BRANCH Branch to deploy
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
autocomplete Install command line autocompletion capabilities
cleanup Cleaning up old releases
help Displays help for a command
init Initialize deployer in your project
list Lists commands
rollback Rollback to previous release
run Run any arbitrary command on hosts
ssh Connect to host through ssh
config
config:current Show current paths
config:dump Print host configuration
config:hosts Print all hosts
deploy
deploy:clear_paths Cleaning up files and/or directories
deploy:copy_dirs Copy directories
deploy:lock Lock deploy
deploy:prepare Preparing host for deploy
deploy:release Prepare release. Clean up unfinished releases and prepare next release
deploy:shared Creating symlinks for shared files and dirs
deploy:symlink Creating symlink to release
deploy:unlock Unlock deploy
deploy:update_code Update code
deploy:vendors Installing vendors
deploy:writable Make writable dirs
The text was updated successfully, but these errors were encountered:
Is this issue still valid? I see log options implemented via symfony console and no log options via getopt. Log option defined when you trying to view help of some tasks
Description
the "log" option is missing from the cli help
The text was updated successfully, but these errors were encountered: