Install and configure the Fogbow CLI

The Fogbow Manager (FM) is controlled via a Command Line Interface (CLI) that makes easier for the fogbow users to get information about the federation members, images, quota, resources(compute, volume, network), and to manage the lifecycle of those resources.

Pre-installation

# If not installed previously
apt-get install maven
# If not installed previously
apt-get install openjdk-8-jdk
# If not installed previously
apt-get install git

Install from git

First, is necessary to download fogbow manager and install it with maven.

git clone https://github.com/fogbow/fogbow-manager-core.git
cd fogbow-manager-core
mvn install -Dmaven.test.skip=true

Now, to download the fogbow-cli and install it.

cd.. 
git clone https://github.com/fogbow/fogbow-client-core.git
cd fogbow-client-core
mvn install -Dmaven.test.skip=true

Use it. For more information

cd fogbow-client-core
bash bin/fogbow-cli ...