Class: EnvSwitcher::Commands::Aws
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- EnvSwitcher::Commands::Aws
- Defined in:
- lib/env_switcher/commands/aws.rb
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(invocation_path, context = nil) ⇒ Aws
constructor
A new instance of Aws.
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
#execute ⇒ Object
32 33 34 |
# File 'lib/env_switcher/commands/aws.rb', line 32 def execute request_help end |