Class: Terraspace::CLI::State
Instance Method Summary collapse
Methods inherited from Base
Methods included from Util::Pretty
Methods included from Util::Sure
Methods included from Util::Logging
Constructor Details
This class inherits a constructor from Terraspace::CLI::Base
Instance Method Details
#run ⇒ Object
3 4 5 6 7 8 |
# File 'lib/terraspace/cli/state.rb', line 3 def run @name = "state #{@options[:subcommand]}" # command name. IE: state list Terraspace::Builder.new().run Init.new().run Terraspace::Terraform::Runner.new(@name, ).run end |