|
1 | 1 | [ |
2 | 2 | { |
3 | | - "command": "project:deploy:pipeline:quick", |
4 | | - "plugin": "@salesforce/plugin-devops-center", |
5 | | - "flags": ["async", "concise", "devops-center-username", "job-id", "json", "use-most-recent", "verbose", "wait"], |
6 | 3 | "alias": [], |
| 4 | + "command": "devops:project:list", |
| 5 | + "flagAliases": [], |
| 6 | + "flagChars": ["o"], |
| 7 | + "flags": ["json", "target-org"], |
| 8 | + "plugin": "@salesforce/plugin-devops-center" |
| 9 | + }, |
| 10 | + { |
| 11 | + "alias": [], |
| 12 | + "command": "devops:work-item:create", |
| 13 | + "flagAliases": [], |
| 14 | + "flagChars": ["d", "o", "p", "s"], |
| 15 | + "flags": ["description", "json", "project-id", "subject", "target-org"], |
| 16 | + "plugin": "@salesforce/plugin-devops-center" |
| 17 | + }, |
| 18 | + { |
| 19 | + "alias": [], |
| 20 | + "command": "devops:work-item:list", |
| 21 | + "flagAliases": [], |
| 22 | + "flagChars": ["o", "p"], |
| 23 | + "flags": ["json", "project-id", "target-org"], |
| 24 | + "plugin": "@salesforce/plugin-devops-center" |
| 25 | + }, |
| 26 | + { |
| 27 | + "alias": [], |
| 28 | + "command": "project:deploy:pipeline:quick", |
| 29 | + "flagAliases": [], |
7 | 30 | "flagChars": ["c", "i", "r", "w"], |
8 | | - "flagAliases": [] |
| 31 | + "flags": ["async", "concise", "devops-center-username", "job-id", "json", "use-most-recent", "verbose", "wait"], |
| 32 | + "plugin": "@salesforce/plugin-devops-center" |
9 | 33 | }, |
10 | 34 | { |
11 | | - "command": "project:deploy:pipeline:report", |
12 | | - "plugin": "@salesforce/plugin-devops-center", |
13 | | - "flags": ["devops-center-username", "job-id", "json", "use-most-recent"], |
14 | 35 | "alias": [], |
| 36 | + "command": "project:deploy:pipeline:report", |
| 37 | + "flagAliases": [], |
15 | 38 | "flagChars": ["c", "i", "r"], |
16 | | - "flagAliases": [] |
| 39 | + "flags": ["devops-center-username", "job-id", "json", "use-most-recent"], |
| 40 | + "plugin": "@salesforce/plugin-devops-center" |
17 | 41 | }, |
18 | 42 | { |
19 | | - "command": "project:deploy:pipeline:resume", |
20 | | - "plugin": "@salesforce/plugin-devops-center", |
21 | | - "flags": ["concise", "devops-center-username", "job-id", "json", "use-most-recent", "verbose", "wait"], |
22 | 43 | "alias": [], |
| 44 | + "command": "project:deploy:pipeline:resume", |
| 45 | + "flagAliases": [], |
23 | 46 | "flagChars": ["c", "i", "r", "w"], |
24 | | - "flagAliases": [] |
| 47 | + "flags": ["concise", "devops-center-username", "job-id", "json", "use-most-recent", "verbose", "wait"], |
| 48 | + "plugin": "@salesforce/plugin-devops-center" |
25 | 49 | }, |
26 | 50 | { |
| 51 | + "alias": [], |
27 | 52 | "command": "project:deploy:pipeline:start", |
28 | | - "plugin": "@salesforce/plugin-devops-center", |
| 53 | + "flagAliases": [], |
| 54 | + "flagChars": ["a", "b", "c", "l", "p", "t", "v", "w"], |
29 | 55 | "flags": [ |
30 | 56 | "async", |
31 | 57 | "branch-name", |
|
40 | 66 | "verbose", |
41 | 67 | "wait" |
42 | 68 | ], |
43 | | - "alias": [], |
44 | | - "flagChars": ["a", "b", "c", "l", "p", "t", "v", "w"], |
45 | | - "flagAliases": [] |
| 69 | + "plugin": "@salesforce/plugin-devops-center" |
46 | 70 | }, |
47 | 71 | { |
| 72 | + "alias": [], |
48 | 73 | "command": "project:deploy:pipeline:validate", |
49 | | - "plugin": "@salesforce/plugin-devops-center", |
| 74 | + "flagAliases": [], |
| 75 | + "flagChars": ["a", "b", "c", "l", "p", "t", "v", "w"], |
50 | 76 | "flags": [ |
51 | 77 | "async", |
52 | 78 | "branch-name", |
|
61 | 87 | "verbose", |
62 | 88 | "wait" |
63 | 89 | ], |
64 | | - "alias": [], |
65 | | - "flagChars": ["a", "b", "c", "l", "p", "t", "v", "w"], |
66 | | - "flagAliases": [] |
| 90 | + "plugin": "@salesforce/plugin-devops-center" |
67 | 91 | } |
68 | 92 | ] |
0 commit comments