|
4 | 4 | "command": "devops:project:list", |
5 | 5 | "flagAliases": [], |
6 | 6 | "flagChars": ["o"], |
7 | | - "flags": ["api-version", "json", "target-org"], |
| 7 | + "flags": ["api-version", "flags-dir", "json", "target-org"], |
8 | 8 | "plugin": "@salesforce/plugin-devops-center" |
9 | 9 | }, |
10 | 10 | { |
11 | 11 | "alias": [], |
12 | 12 | "command": "devops:work-item:create", |
13 | 13 | "flagAliases": [], |
14 | 14 | "flagChars": ["d", "o", "p", "s"], |
15 | | - "flags": ["api-version", "description", "json", "project-id", "subject", "target-org"], |
| 15 | + "flags": ["api-version", "description", "flags-dir", "json", "project-id", "subject", "target-org"], |
16 | 16 | "plugin": "@salesforce/plugin-devops-center" |
17 | 17 | }, |
18 | 18 | { |
19 | 19 | "alias": [], |
20 | 20 | "command": "devops:work-item:list", |
21 | 21 | "flagAliases": [], |
22 | 22 | "flagChars": ["o", "p"], |
23 | | - "flags": ["api-version", "json", "project-id", "target-org"], |
| 23 | + "flags": ["api-version", "flags-dir", "json", "project-id", "target-org"], |
24 | 24 | "plugin": "@salesforce/plugin-devops-center" |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "alias": [], |
28 | 28 | "command": "project:deploy:pipeline:quick", |
29 | 29 | "flagAliases": [], |
30 | 30 | "flagChars": ["c", "i", "r", "w"], |
31 | | - "flags": ["async", "concise", "devops-center-username", "job-id", "json", "use-most-recent", "verbose", "wait"], |
| 31 | + "flags": [ |
| 32 | + "async", |
| 33 | + "concise", |
| 34 | + "devops-center-username", |
| 35 | + "flags-dir", |
| 36 | + "job-id", |
| 37 | + "json", |
| 38 | + "use-most-recent", |
| 39 | + "verbose", |
| 40 | + "wait" |
| 41 | + ], |
32 | 42 | "plugin": "@salesforce/plugin-devops-center" |
33 | 43 | }, |
34 | 44 | { |
35 | 45 | "alias": [], |
36 | 46 | "command": "project:deploy:pipeline:report", |
37 | 47 | "flagAliases": [], |
38 | 48 | "flagChars": ["c", "i", "r"], |
39 | | - "flags": ["devops-center-username", "job-id", "json", "use-most-recent"], |
| 49 | + "flags": ["devops-center-username", "flags-dir", "job-id", "json", "use-most-recent"], |
40 | 50 | "plugin": "@salesforce/plugin-devops-center" |
41 | 51 | }, |
42 | 52 | { |
43 | 53 | "alias": [], |
44 | 54 | "command": "project:deploy:pipeline:resume", |
45 | 55 | "flagAliases": [], |
46 | 56 | "flagChars": ["c", "i", "r", "w"], |
47 | | - "flags": ["concise", "devops-center-username", "job-id", "json", "use-most-recent", "verbose", "wait"], |
| 57 | + "flags": ["concise", "devops-center-username", "flags-dir", "job-id", "json", "use-most-recent", "verbose", "wait"], |
48 | 58 | "plugin": "@salesforce/plugin-devops-center" |
49 | 59 | }, |
50 | 60 | { |
|
60 | 70 | "deploy-all", |
61 | 71 | "devops-center-project-name", |
62 | 72 | "devops-center-username", |
| 73 | + "flags-dir", |
63 | 74 | "json", |
64 | 75 | "test-level", |
65 | 76 | "tests", |
|
81 | 92 | "deploy-all", |
82 | 93 | "devops-center-project-name", |
83 | 94 | "devops-center-username", |
| 95 | + "flags-dir", |
84 | 96 | "json", |
85 | 97 | "test-level", |
86 | 98 | "tests", |
|
0 commit comments