Class: Gmortar::ListCommand

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

Instance Method Summary collapse

Instance Method Details

#executeObject



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

def execute
  variables = [
    [:gke_region, gke_region],
    [:gke_name, gke_name],
  ]

  Gmortar.run project, "list.yaml", variables: variables, debug: debug?
end