ABEJA Platform CLI

We provide Command Line Interface(CLI) is unified by ABEJA Platform.

SYSTEM REQUIREMENTS

ABEJA Platform CLI is available to use the environment where Python works due to be provided by Python module.

Python

Python 3.5 or later

The latest Python is available to install Homebrew on the macOS.

$ brew install python

OS

Expecting to use on the those OS environments.

  • macOS
  • Linux

Unavailable to support Windows due to haven't tested on the Windows environment.

Installation

You can install as following by using pip command(Package manager for Python).

$ curl -s https://packagecloud.io/install/repositories/abeja/platform-public/script.python.sh | bash
$ pip install abejacli

Initial Setting

Requires to set ABEJA authentication information before using CLI. Please checkconfig init command for more details.

Updates

When update latest CLI is also using pip command.

$ pip install abejacli --upgrade

If updates failed for latest version by using above command, Please try this command that reinstalls without using pip cache.

$ pip --no-cache-dir install -I abejacli