-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.spec
27 lines (26 loc) · 913 Bytes
/
plugin.spec
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
plugin_type: other
subparsers:
list-builds:
description: List all the available puddle builds
include_groups: ["Ansible options", "Common options"]
options:
base-url:
type: Value
help: The base url these puddles are stored
default: https://url.corp.redhat.com/puddles
version:
type: Value
help: Product version
default: 12
rhel-major-version:
type: Value
help: The rhel version
default: 7
subtype:
type: Value
help: The puddle subtype (opt, testing, director)
file-output:
type: Value
help: |
Save the list to a file.
Path should be relative to the current working directory.