blob: c294792cb5f3ebbb68680c5de11ea3e832669a2c (
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
|
open_cli_schema_version: 1.0
name: hello-world
description: First cmd hello world
info:
product: sample
service: hello-world
service:
name: sample-service
version: 1.0.0
auth: none
mode: direct
parameters:
- name: name
description: name of the person
long_option: name
short_option: b
default_value: ${DEMO_NAME}
type: string
is_optional: false
results:
direction: landscape
attributes:
- name: output
description: hello world output
type: string
scope: short
|