Class: OpsWorks::CLI::Agent

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

Instance Method Summary collapse

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



23
24
25
# File 'lib/opsworks/cli/agent.rb', line 23

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