class Gmortar::ListCommand

Public Instance Methods

execute() click to toggle source
# 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