One Command to command whole Onap !!
Provides unified commands to operate ONAP from Linux command console and Web browser.
To open Console,
Type onap from linux command console
Please download ONAP CLI here
Please follow the instructions given below for installing ONAP CLI.
export ONAP_CLI_HOME=/opt/onap/cli
export CLI_PRODUCT_VERSION=onap-1.1
cd $ONAP_CLI_HOME
if [ ! -d ./data ]; then mkdir ./data; fi
if [ ! -d ./onap-cli-schema ]; then mkdir ./onap-cli-schema; fi
chmod +x ./bin/onap.sh
#Make onap available in path
ln ./bin/onap.sh /usr/bin/onap
#Print the version
onap -v
Configure the following environment variables:
Type onap <command> from command shell.