Class: OpsWorks::CLI::Agent

Inherits:
Thor
  • Object
show all
Includes:
Helpers::Credentials, Helpers::Options, Helpers::Typecasts, Subcommands::Apps, Subcommands::Chef, Subcommands::Config, Subcommands::IAM, Subcommands::Recipes, Thor::Actions
Defined in:
lib/opsworks/cli/agent.rb

Instance Method Summary collapse

Methods included from Subcommands::Config

included

Methods included from Subcommands::IAM

included

Methods included from Subcommands::Apps

included

Methods included from Subcommands::Recipes

included

Methods included from Subcommands::Chef

included

Methods included from Helpers::Typecasts

#typecast_string_argument

Methods included from Helpers::Options

#parse_stacks

Methods included from Helpers::Credentials

#env_credentials?, #fetch_credentials

Instance Method Details

#versionObject



30
31
32
# File 'lib/opsworks/cli/agent.rb', line 30

def version
  say "opsworks-cli v#{OpsWorks::CLI::VERSION}"
end