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

Methods

Included Modules

HighLine::SystemExtensions RHC::Helpers RHC::SSHKeyHelpers

Constants

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]

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]