Class: Gmortar::YankCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/gmortar/yank_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



13
14
15
16
17
18
19
# File 'lib/gmortar/yank_command.rb', line 13

def execute
  variables = [
    [:gke_region, gke_region],
    [:gke_name, gke_name],
  ]
  Gmortar.run project, "yank.yaml", variables: variables, name: name, debug: debug?
end