Class: OpsWorks::CLI::Agent
- Inherits:
-
Thor
- Object
- Thor
- OpsWorks::CLI::Agent
- 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
Methods included from Subcommands::Deployments
Methods included from Subcommands::Config
Methods included from Subcommands::IAM
Methods included from Subcommands::Apps
Methods included from Subcommands::Recipes
Methods included from Subcommands::Chef
Methods included from Helpers::Typecasts
Methods included from Helpers::Options
Instance Method Details
#version ⇒ Object
31 32 33 |
# File 'lib/opsworks/cli/agent.rb', line 31 def version say "opsworks-cli v#{OpsWorks::CLI::VERSION}" end |