Morpheus CLI

This library is a Ruby gem that provides a command line interface for interacting with the Morpheus Data appliance. The features provided include provisioning clusters, hosts, and containers, deploying and monitoring applications, automating tasks, and much more.

Installation

Add this line to your application's Gemfile:

gem 'morpheus-cli'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install morpheus-cli

Usage

morpheus binary

This gem installs the morpheus binary for executing commands in your shell environment.

morpheus remote add demo https://demo.mymorpheus.com
morpheus instances list

ruby code

If you want to interface with your Morpheus appliance via ruby directly, you can use Morpheus::APIClient or Morpheus::Terminal.

For more detailed usage information, visit the Morpheus CLI Wiki.