Class: OpsWorks::CLI::Agent

Inherits:
Thor
  • Object
show all
Includes:
Subcommands::Apps, Subcommands::Config, Subcommands::IAM, Subcommands::Recipes, Subcommands::Update, Subcommands::UpgradeChef, 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::UpgradeChef

included

Methods included from Subcommands::Update

included

Instance Method Details

#versionObject



27
28
29
# File 'lib/opsworks/cli/agent.rb', line 27

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