ONAP Command-line interface (CLI)
One Command to command whole Onap !!
Provides unified commands to operate ONAP from Linux console and Web console.
To download
Please download ONAP CLI here
To install
Please follow the instructions given below for installing ONAP CLI.
- Un-zip the above download file into /opt/onap/cli folder
- Run the following commands:
export ONAP_CLI_HOME=$CLI_INSTALL_DIR
export CLI_PRODUCT_VERSION=onap-1.1
cd $CLI_INSTALL_DIR
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 $CLI_BIN
#Print the version
onap -v
Web Command console
To open Console, Click
To Run a command
Configure the following environment variables, before using it in Linux console:
- HOST_URL - Onap Micro service bus(MSB) URL or a service URL
- HOST_USERNAME - Onap user name
- HOST_PASSWORD - Onap user password
Type onap <command> from Linux console.
To Run in Interactive mode
Type onap from linux console
More details
https://wiki.onap.org
To download
Please download ONAP CLI here