Class: OpsWorks::CLI::Agent
- Inherits:
-
Thor
- Object
- Thor
- OpsWorks::CLI::Agent
- Includes:
- Subcommands::Allow, Subcommands::Deploy, Subcommands::Exec, Subcommands::Lockdown, Subcommands::Status, Subcommands::Update, Subcommands::UpgradeChef, Thor::Actions
- Defined in:
- lib/opsworks/cli/agent.rb
Instance Method Summary collapse
Methods included from Subcommands::UpgradeChef
Methods included from Subcommands::Lockdown
Methods included from Subcommands::Allow
Methods included from Subcommands::Status
Methods included from Subcommands::Deploy
Methods included from Subcommands::Exec
Methods included from Subcommands::Update
Instance Method Details
#version ⇒ Object
29 30 31 |
# File 'lib/opsworks/cli/agent.rb', line 29 def version say "opsworks-cli v#{OpsWorks::CLI::VERSION}" end |