Command Line Tools

OrionVM Command Line Tools complement the web portal with a rich set of command-line functionality for managing your cloud resources.

Installation

To install Command Line Tools, paste this command into a terminal:

curl -sSL https://cloud.orionvm.com/cli | bash

Command Line Tools require Ruby 2.0 or later.

We recommend installing the latest version of Ruby using RubyInstaller. Once installed, you can use Uru to ensure the required directories are on your path.

To install Command Line Tools, paste this command into a command prompt (System Menu > Edit > Paste):

ruby -ropen-uri -e 'eval open("https://cloud.orionvm.com/cli").read'

Usage

For detailed usage instructions, run:

ovm help

Click here for examples of how Command Line Tools can be used in shell scripts.