blob: 399907009d51cdcd86a4eb2a7fc7c0c46409cd53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
OPEN Command-line interface (CLI)
==================================
_____ _____ _ _____
| _ | / __ \| | |_ _|
| | | |_ __ ___ _ __ | / \/| | | |
| | | | '_ \ / _ \ '_ \ | | | | | |
\ \_/ / |_) | __/ | | | | \__/\| |_____| |_
\___/| .__/ \___|_| |_| \____/\_____/\___/
| |
|_|
Provides unified commands to operate any cloud enabled software
products from Linux/Web console. Configure the following environment
variables, before using it:
1. HOST_URL - Catalog service URL or a service URL
2. HOST_USERNAME - Service user name
3. HOST_PASSWORD - Service password
To know the CLI version, type onap [-v|--version]
To know the CLI usage, type onap [-h|--help]
To know the usage of sub commands, type onap <command> [-h|--help]
To know more, please refer the wiki https://wiki.onap.org
|