Class: Moonshot::Commands::Console
- Inherits:
-
Moonshot::Command
- Object
- Moonshot::Command
- Moonshot::Commands::Console
- Defined in:
- lib/moonshot/commands/console.rb
Instance Method Summary collapse
Methods inherited from Moonshot::Command
Instance Method Details
#execute ⇒ Object
11 12 13 14 15 16 17 18 19 20 |
# File 'lib/moonshot/commands/console.rb', line 11 def execute controller ec2 = Aws::EC2::Client.new iam = Aws::IAM::Client.new autoscaling = Aws::AutoScaling::Client.new cf = Aws::CloudFormation::Client.new Pry.start binding, backtrace: nil end |