blob: 9a2c6b67c62c5eb4685e50557e22dea12b7ebed8 (
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
|
open_cli_schema_version: 1.0
name: hello-world
description: First cmd hello world
version: sample-1.0
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
|