Class: OpsWorks::CLI::Agent

Inherits:
Thor
  • Object
show all
Includes:
Subcommands::Allow, Subcommands::Deploy, Subcommands::Exec, Subcommands::Lockdown, Subcommands::Status, Subcommands::Update, Thor::Actions
Defined in:
lib/opsworks/cli/agent.rb

Instance Method Summary collapse

Methods included from Subcommands::Lockdown

included

Methods included from Subcommands::Allow

included

Methods included from Subcommands::Status

included

Methods included from Subcommands::Deploy

included

Methods included from Subcommands::Exec

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