Skip to content
James Dickson edited this page Jan 14, 2021 · 20 revisions

Morpheus CLI

The Morpheus CLI is a command line interface for the Morpheus appliance. It's a ruby gem that provides the morpheus executable. It works by making http requests to the Morpheus API.

Installation

The Morpheus CLI is written in Ruby and requires ruby 2.5 or newer to be installed. Most unix based systems will have this installed already.

Install the CLI using rubygems

gem install morpheus-cli

Update to Latest Version

gem update morpheus-cli

Guides

Recent changes

See the Change Log.

Clone this wiki locally