randeffects / morpheus-cli

CLI Utility for Interfacing with the Morpheus API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Install it using rubygems

$ gem install morpheus-cli

Or add this line to your application's Gemfile:

gem 'morpheus-cli'

And then execute:

$ bundle install

Usage

morpheus command

This gem installs the morpheus binary for running commands in your terminal shell.

morpheus remote add
morpheus instances list

ruby code

If you are interested in interfacing with the Morpheus appliance in ruby directly, you can use Morpheus::APIClient or Morpheus::Terminal.

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

About

CLI Utility for Interfacing with the Morpheus API

License:MIT License


Languages

Language:Ruby 100.0%Language:Dockerfile 0.0%