Deployer 6.2.0
Usage:
deploy [options] [--] [<stage>]
Arguments:
stage Stage or hostname
Options:
-p, --parallel Run tasks in parallel
-l, --limit=LIMIT How many host to run in parallel?
--no-hooks Run task without after/before hooks
--log=LOG Log to file
--roles=ROLES Roles to deploy
--hosts=HOSTS Host to deploy, comma separated, supports ranges [:]
-o, --option=OPTION Sets configuration option (multiple values allowed)
-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
build
cleanup Cleaning up old releases
deploy Deploy your project
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
self-update Updates deployer.phar to the latest version
ssh Connect to host through ssh
artisan
artisan:cache:clear Execute artisan cache:clear
artisan:config:cache Execute artisan config:cache
artisan:db:seed Execute artisan db:seed
artisan:down Enable maintenance mode
artisan:migrate Execute artisan migrate
artisan:migrate:fresh Execute artisan migrate:fresh
artisan:migrate:rollback Execute artisan migrate:rollback
artisan:migrate:status Execute artisan migrate:status
artisan:optimize Execute artisan optimize
artisan:queue:restart Execute artisan queue:restart
artisan:route:cache Execute artisan route:cache
artisan:storage:link Execute artisan storage:link
artisan:up Disable maintenance mode
artisan:view:clear Execute artisan view:clear
config
config:current Show current paths
config:dump Print host configuration
config:hosts Print all hosts
debug
debug:task Display the task-tree for a given task
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:public_disk Make symlink for public disk
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