Class: Kitchen::CLI::Driver

Inherits:
Thor
  • Object
show all
Includes:
PerformCommand
Defined in:
lib/kitchen/cli.rb

Overview

Thor class for kitchen driver commands.

Author:

Class Method Summary collapse

Instance Method Summary collapse

Methods included from PerformCommand

#perform

Class Method Details

.basenameString

Returns basename.

Returns:

  • (String)

    basename



321
322
323
# File 'lib/kitchen/cli.rb', line 321

def self.basename
  super + " driver"
end

Instance Method Details

#discoverObject



316
317
318
# File 'lib/kitchen/cli.rb', line 316

def discover
  perform("discover", "driver_discover", args)
end