Class RHC::Wizard
In: lib/rhc/wizard.rb
Parent: Object

Methods

new   run   stages  

Included Modules

HighLine::SystemExtensions RHC::Helpers RHC::SSHHelpers RHC::GitHelpers

Constants

DEFAULT_MAX_LENGTH = 16
STAGES = [:greeting_stage, :login_stage, :create_config_stage, :config_ssh_key_stage, :upload_ssh_key_stage, :install_client_tools_stage, :config_namespace_stage, :show_app_info_stage, :finalize_stage]

Attributes

rest_client  [R] 
rest_client  [W] 

Public Class methods

Public Instance methods

Public: Runs the setup wizard to make sure ~/.openshift and ~/.ssh are correct

Examples

 wizard.run()
 # => true

Returns nil on failure or true on success

[Validate]