ruby - Use rhc gem programmatically -
openshift's rhc gem has command line interface. however, wondering if there documentation on using programmatically ruby. instead of having parse out necessary data given commands, nice if access directly in ruby.
is there documented way access rhc gem in ruby?
rhc::rest::client.new want start - should able do:
rhc::rest::client.new.api
to api doc. can pass :server, :user, , :password client initializer.
Comments
Post a Comment