Class FlushCommand
Flushes any custom storage Rocketeer has created.
- Illuminate\Console\Command
-
Rocketeer\Abstracts\AbstractCommand
-
Rocketeer\Console\Commands\FlushCommand
Namespace: Rocketeer\Console\Commands
Author: Maxime Fabre ehtnam6@gmail.com
Located at Rocketeer/Console/Commands/FlushCommand.php
Author: Maxime Fabre ehtnam6@gmail.com
Located at Rocketeer/Console/Commands/FlushCommand.php
Methods inherited from Rocketeer\Abstracts\AbstractCommand
__construct()
,
askSecretly()
,
askWith()
,
fireTasksQueue()
,
formatQuestion()
,
getName()
,
getOptions()
,
getTask()
,
isInsideLaravel()
,
time()
Properties summary
protected
string
|
$name
The console command name. |
#
'deploy:flush'
|
protected
string
|
$description
The console command description. |
#
"Flushes Rocketeer's cache of credentials"
|