Class: OpsWorks::CLI::Agent

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

Instance Method Summary collapse

Methods included from Subcommands::Instances

included

Methods included from Subcommands::Deployments

included

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

Instance Method Details

#versionObject



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

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