/meggy

A Ruby based command line interface to "megam", built using mixlib:cli. Has sub commands - [pug] is supported now.

Primary LanguageRubyApache License 2.0Apache-2.0

Meggy

Meggy is a CLI tooset used to bring instrumentation to your compute cloud. The userinterface version is https://www.megam.co

Requirements

Ruby 2.0.0+

Runtime Rubygem Dependencies

First you'll need bundler which can be installed with a simple gem install bundler. Afterwords, do the following:

bundle install

Installing Meggy

You can use this gem by putting the following inside your Gemfile:

gem "meggy", "0.1"

Once you clone this repository, you can run from the bin directory

cd ~/meggy/bin/
./meg

Commands

	meg	login

	meg account create

	meg account delete

	meg account list

	meg csar create

  meg csar list

License

Meggy - CLI for Megam.

Author: Kishorekumar (megam@megam.co.in)
Copyright: Copyright (c) 2012-2013 Megam Systems.
License: Apache License, Version 2.0

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. Docs is the definitive source of user documentation.