Class: Ufo::CLI::Status

Inherits:
Base
  • Object
show all
Defined in:
lib/ufo/cli/status.rb

Instance Attribute Summary

Attributes inherited from Base

#task_definition

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Utils::Sure

#sure?

Methods included from Utils::Pretty

#pretty_home, #pretty_path, #pretty_time

Methods included from Utils::Logging

#logger

Methods included from Ufo::Concerns

#build, #deploy, #info, #ps

Methods included from Ufo::Concerns::Names

#names

Methods included from AwsServices

#acm, #applicationautoscaling, #aws_options, #cloudformation, #cloudwatchlogs, #ec2, #ecr, #ecs, #elb, #find_stack, #ssm_client, #stack_resources, #status, #task_definition_arns, #waf_client

Constructor Details

This class inherits a constructor from Ufo::CLI::Base

Instance Method Details

#runObject



3
4
5
6
# File 'lib/ufo/cli/status.rb', line 3

def run
  stack = Ufo::Cfn::Stack.new(@options)
  stack.status.wait
end