Class: EnvSwitcher::Commands::Aws

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/env_switcher/commands/aws.rb

Instance Method Summary collapse

Constructor Details

#initialize(invocation_path, context = nil) ⇒ Aws

Returns a new instance of Aws.



7
8
9
10
11
# File 'lib/env_switcher/commands/aws.rb', line 7

def initialize(invocation_path, context = nil)
  ensure_aws_cli_config_dir
  ensure_aws_config_dir
  super
end

Instance Method Details

#executeObject



32
33
34
# File 'lib/env_switcher/commands/aws.rb', line 32

def execute
  request_help
end