aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-notes.rst
blob: bdac6604110ce907cad4bd688d6874e174223762 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.. This work is licensed under a Creative Commons Attribution 4.0 International License.

CLI Release Notes
=================

Version: 1.1.0
--------------

:Release Date: 2017-11-16

ONAP CLI helps user to perform any operations over ONAP from command line, Linux console and web-console.

NOTE: ONAP portal does not support following features, so user could use CLI for these features:

* Customer and subscription management
* VNF Cloud on-boarding
* VNF tenant on-boarding

**New Features**

* ONAP CLI available as Nexus artifacts and docker images.
  For more details, :ref:`cli_installation_guide`.
* It is delivered as part of portal installation during HEAT based installation. Also its supported in OOM as well.
  For more details, :ref:`OOM_and_HEAT_based_deployment`.
* Released first version of **Open Command Line Interface Platform (OCLIP)**, industry first CLI platform for implementing CLI **just by texting (YAML) and no coding** .
  For more details, :ref:`OCLIP`.
* It provides **Open Command Specification (OCS) 1.0** for defining the commands in YAML format, similar to Open API Specification (API).
  For more details, :ref:`open_cli_schema_version_1_0`.
* All Onap commands are developed using OCLIP by authoring set of YAML files.
  For more details, :ref:`cli_cmd_help`.
* All commands are tested completely and samples also provided for reference.
  For more details, :ref:`cli_cmd_sample`.
* User could develop new commands on-the-fly and deploy it and use.
  For more details, :ref:`cli_developer_guide`.

**Know Issues**

* VF customizationUUID is not available over SDC REST API, so user is recommended to refer it from SDC portal, while creating VF.
* CLI impersonate VID as source while creating service, VF and VF module, due to SO limitation (SO-272)
* vsp-add-artifact command sometime fails to upload the file, in that case, please use option -d to see the debug information
* service-delete, vf-delete, vfmodule-create and vfmodule-delete commands are not verified (CLI-63)