Class RHC::Commands::Base
In: lib/rhc/commands/base.rb
Parent: Object

Methods

Included Modules

RHC::Helpers RHC::ContextHelpers

Classes and Modules

Class RHC::Commands::Base::InvalidCommand

Attributes

config  [R] 
config  [W] 
options  [R] 
options  [W] 

Public Class methods

Protected Class methods

Public Instance methods

Protected Instance methods

The implicit config object provides no defaults.

Return a client object capable of making calls to the OpenShift API that transforms intent and options, to remote calls, and then handle the output (or failures) into exceptions and formatted object output. Most interactions should be through this call pattern.

[Validate]