for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Reallyli\LaravelDeployer\Commands;
class DeployDump extends BaseCommand
{
protected $signature = 'deploy:dump {task : Task to display the tree for}';
protected $description = 'Display the task-tree for a given task';
public function handle()
$this->dep('debug:task');
}