Module RHC::Helpers
In: lib/rhc/helpers.rb

Methods

Included Modules

Commander::UI Commander::UI::AskForClass RHC::OutputHelpers

Constants

MAX_RETRIES = 7
DEFAULT_DELAY_THROTTLE = 2.0
INDENT = 2

Public Instance methods

Output helpers

Check if host exists

Platform helpers

paragraph

highline helper which creates a section with margins of 1, 1

results

highline helper which creates a paragraph with a header to distinguish the final results of a command from other output

common SSH key display format in ERB

given an array of arrays "items", construct an array of strings that can be used to print in tabular form.

This will format table headings for a consistent look and feel

  If a heading isn't explicitly defined, it will attempt to look up the parts
  If those aren't found, it will capitalize the string

Web related requests

[Validate]