-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.add.yaml
48 lines (48 loc) · 1.18 KB
/
action.add.yaml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
runtime: plugin
action:
title: Compose add
description: >-
Add a new package to plasma-compose
options:
- name: allow-create
title: Allow create
description: Create plasma-compose if not exist
type: boolean
default: false
- name: package
title: Name
description: Name of the package
type: string
default: ""
- name: type
title: Type
description: "Type of the package source: git, http"
type: string
enum: [git, http]
default: git
- name: ref
title: Ref
description: Reference of the package source
type: string
default: ""
- name: tag
title: Tag
description: Tag of the package source
type: string
default: ""
- name: url
title: URL
description: URL of the package source
type: string
default: ""
- name: strategy
title: Strategy
description: Strategy name
type: array
default: []
- name: strategy-path
title: Strategy path
description: >-
Strategy paths. paths separated by |, strategies are comma separated (path/1|path/2,path/1|path/2)
type: array
default: []