generated from salesforcecli/plugin-template-sf
-
Notifications
You must be signed in to change notification settings - Fork 4
/
command-snapshot.json
68 lines (68 loc) · 1.77 KB
/
command-snapshot.json
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
{
"command": "project:deploy:pipeline:quick",
"plugin": "@salesforce/plugin-devops-center",
"flags": ["async", "concise", "devops-center-username", "job-id", "json", "use-most-recent", "verbose", "wait"],
"alias": [],
"flagChars": ["c", "i", "r", "w"],
"flagAliases": []
},
{
"command": "project:deploy:pipeline:report",
"plugin": "@salesforce/plugin-devops-center",
"flags": ["devops-center-username", "job-id", "json", "use-most-recent"],
"alias": [],
"flagChars": ["c", "i", "r"],
"flagAliases": []
},
{
"command": "project:deploy:pipeline:resume",
"plugin": "@salesforce/plugin-devops-center",
"flags": ["concise", "devops-center-username", "job-id", "json", "use-most-recent", "verbose", "wait"],
"alias": [],
"flagChars": ["c", "i", "r", "w"],
"flagAliases": []
},
{
"command": "project:deploy:pipeline:start",
"plugin": "@salesforce/plugin-devops-center",
"flags": [
"async",
"branch-name",
"bundle-version-name",
"concise",
"deploy-all",
"devops-center-project-name",
"devops-center-username",
"json",
"test-level",
"tests",
"verbose",
"wait"
],
"alias": [],
"flagChars": ["a", "b", "c", "l", "p", "t", "v", "w"],
"flagAliases": []
},
{
"command": "project:deploy:pipeline:validate",
"plugin": "@salesforce/plugin-devops-center",
"flags": [
"async",
"branch-name",
"bundle-version-name",
"concise",
"deploy-all",
"devops-center-project-name",
"devops-center-username",
"json",
"test-level",
"tests",
"verbose",
"wait"
],
"alias": [],
"flagChars": ["a", "b", "c", "l", "p", "t", "v", "w"],
"flagAliases": []
}
]