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



291
292
293
# File 'lib/kitchen/cli.rb', line 291

def self.basename
  super + " driver"
end

Instance Method Details

#discoverObject



286
287
288
# File 'lib/kitchen/cli.rb', line 286

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