Rocketeer API
  • Namespace
  • Class

Namespaces

  • Rocketeer
    • Abstracts
      • Strategies
    • Binaries
      • PackageManagers
    • Console
      • Commands
        • Plugins
      • Compilation
    • Exceptions
    • Facades
    • Interfaces
      • Strategies
    • Plugins
    • Scm
    • Services
      • Connections
      • Display
      • History
      • Ignition
      • Storages
      • Tasks
    • Strategies
      • Check
      • Dependencies
      • Deploy
      • Migrate
      • Test
    • Tasks
      • Plugins
      • Subtasks
    • Traits
      • BashModules

Classes

  • BaseTaskCommand
  • CleanupCommand
  • DeployCommand
  • FlushCommand
  • IgniteCommand
  • RocketeerCommand
  • RollbackCommand
  • StrategiesCommand
  • TinkerCommand
  • UpdateCommand

Class FlushCommand

Flushes any custom storage Rocketeer has created.

Illuminate\Console\Command
Extended by Rocketeer\Abstracts\AbstractCommand
Extended by Rocketeer\Console\Commands\FlushCommand
Namespace: Rocketeer\Console\Commands
Author: Maxime Fabre ehtnam6@gmail.com
Located at Rocketeer/Console/Commands/FlushCommand.php

Methods summary

public integer
# fire( )

Execute the tasks.

Execute the tasks.

Returns

integer

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.

The console command name.

Type

string
# 'deploy:flush'
protected string $description

The console command description.

The console command description.

Type

string
# "Flushes Rocketeer's cache of credentials"

Properties inherited from Rocketeer\Abstracts\AbstractCommand

$straight, $task

Rocketeer API API documentation generated by ApiGen