RightScale CLI
RightScale CLI client. Currently in early development stages.
Installation
Ruby >= 1.9.1 is required.
Install the latest RubyGem from RubyGems.org:
gem install rightscale-cli
For more information, see https://rubygems.org/gems/rightscale-cli.
Mac OS X, FreeBSD
The executable, rs will conflict with RS(1) on Mac OS X (http://www.freebsd.org/cgi/man.cgi?query=rs&sektion=1&apropos=0&manpath=freebsd).
As a result, to avoid overwriting the /usr/bin/rs binary, use a different location in your ~/.gemrc or /etc/gemrc, for example:
gem: --bindir /usr/local/bin
License and Authors
Author:: Chris Fordham
Copyright:: 2013, Chris Fordham
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
