blob: 9e99046ea3c2d044650e45ee02677691833a926b (
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
|
open_cli_schema_version: 1.0
name: hello-world
description: First cmd hello world
info:
product: sample-1.0
service: hello-world
author: ONAP CLI Team onap-discuss@lists.onap.org
parameters:
- name: name
description: name of the person
long_option: name
short_option: b
default_value: ${env:DEMO_NAME}
type: string
is_optional: false
results:
direction: landscape
attributes:
- name: output
description: hello world output
type: string
scope: short
|