Class: Gmortar::YankCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Gmortar::YankCommand
- Defined in:
- lib/gmortar/yank_command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
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 |