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

.basenameObject



220
221
222
# File 'lib/kitchen/cli.rb', line 220

def self.basename
  super + " driver"
end

Instance Method Details

#discoverObject



216
217
218
# File 'lib/kitchen/cli.rb', line 216

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