4f0d419c2107067c77b75f1ed997c27fb9ce7b36
[cli.git] / framework / src / main / resources / default_input_parameters.yaml
1 onap_cmd_schema_version: 1.0
2 parameters:
3   - name: onap-username
4     type: string
5     description: Onap user name
6     short_option: u
7     long_option: onap-username
8     default_value: ${ONAP_USERNAME}
9     is_optional: false
10   - name: onap-password
11     type: string
12     description: Onap user password
13     short_option: p
14     long_option: onap-password
15     default_value: ${ONAP_PASSWORD}
16     is_secured: true
17     is_optional: false
18   - name: msb-url
19     type: url
20     description: Onap MSB url
21     short_option: m
22     long_option: msb-url
23     is_optional: false
24     default_value: ${ONAP_MSB_URL}
25   - name: help
26     type: string
27     description: Onap command help message
28     short_option: h
29     long_option: help
30     default_value: false
31   - name: version
32     type: string
33     description: Onap command service version
34     short_option: v
35     long_option: version
36     default_value: false
37   - name: debug
38     type: bool
39     description: Enable debug output
40     short_option: d
41     long_option: debug
42     default_value: false
43   - name: format
44     type: string
45     description: Output formats, supported formats such as table, csv, json, yaml
46     short_option: f
47     long_option: format
48     default_value: table
49   - name: long
50     type: bool
51     description: whether to print all attributes or only short attributes
52     short_option: s
53     long_option: long
54     default_value: false
55   - name: no-title
56     type: bool
57     description: whether to print title or not
58     short_option: t
59     long_option: no-title
60     default_value: true
61   - name: no-auth
62     type: bool
63     description: whether to authenticate user or not
64     short_option: a
65     long_option: no-auth
66     default_value: false