Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 964 Bytes

File metadata and controls

26 lines (16 loc) · 964 Bytes

Equinix CLI

equinix is the command line interface (CLI) for interacting with Equinix resources and services.

Installation

Install from GitHub Releases

Equinix CLI releases contain precompiled binaries for a variety of operating systems and architectures.

  1. Download the appropriate zip archive for your platform from the desired Equinix CLI release
  2. Run unzip <zip file name> to expand the zip archive you downloaded
  3. You can run the command immediately as ./equinix or, if you prefer, cp equinix <directory> where <directory> is a location on your local filesystem that is already included in your PATH.

Install with Homebrew

If you prefer, you can also install equinix with Homebrew by running the following commands:

brew tap equinix/homebrew-tap
brew install equinix

Usage

The full CLI documentation can be found in the docs directory.