aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sample/src/main/resources/open-cli-schema/hello-world.yaml
blob: fddb8c4c0cc2e114cac32fc8d88df4b6bc437d96 (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: ${DEMO_NAME}
      type: string
      is_optional: false

results:
    direction: landscape
    attributes:
      - name: output
        description: hello world output
        type: string
        scope: short