Class: OpsWorks::CLI::Agent
- Inherits:
-
Thor
- Object
- Thor
- OpsWorks::CLI::Agent
- 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
Methods included from Subcommands::IAM
Methods included from Subcommands::Apps
Methods included from Subcommands::Recipes
Methods included from Subcommands::UpgradeChef
Methods included from Subcommands::Update
Instance Method Details
#version ⇒ Object
27 28 29 |
# File 'lib/opsworks/cli/agent.rb', line 27 def version say "opsworks-cli v#{OpsWorks::CLI::VERSION}" end |