|
63 | 63 | "flags": ["api-version", "description", "flags-dir", "json", "loglevel", "name", "target-dev-hub"], |
64 | 64 | "plugin": "@salesforce/plugin-packaging" |
65 | 65 | }, |
| 66 | + { |
| 67 | + "alias": [], |
| 68 | + "command": "package:bundle:delete", |
| 69 | + "flagAliases": ["apiversion", "noprompt", "target-hub-org", "targetdevhubusername"], |
| 70 | + "flagChars": ["b", "n", "v"], |
| 71 | + "flags": ["api-version", "bundle", "flags-dir", "json", "loglevel", "no-prompt", "target-dev-hub"], |
| 72 | + "plugin": "@salesforce/plugin-packaging" |
| 73 | + }, |
66 | 74 | { |
67 | 75 | "alias": [], |
68 | 76 | "command": "package:bundle:install", |
|
99 | 107 | }, |
100 | 108 | { |
101 | 109 | "alias": [], |
102 | | - "command": "package:bundle:delete", |
103 | | - "flagAliases": ["apiversion", "noprompt", "target-hub-org", "targetdevhubusername"], |
104 | | - "flagChars": ["b", "n", "v"], |
105 | | - "flags": ["api-version", "bundle", "flags-dir", "json", "loglevel", "no-prompt", "target-dev-hub"], |
106 | | - "plugin": "@salesforce/plugin-packaging" |
107 | | - }, |
108 | | - { |
109 | | - "alias": ["force:package:bundle:list"], |
110 | 110 | "command": "package:bundle:list", |
111 | 111 | "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
112 | 112 | "flagChars": ["v"], |
|
185 | 185 | "installationkeybypass", |
186 | 186 | "patchversion", |
187 | 187 | "target-hub-org", |
188 | | - "targetdevhubusername", |
189 | | - "codecoverage" |
| 188 | + "targetdevhubusername" |
190 | 189 | ], |
191 | | - "flagChars": ["a", "f", "k", "m", "p", "s", "v", "w", "x", "c"], |
| 190 | + "flagChars": ["a", "c", "f", "k", "m", "p", "s", "v", "w", "x"], |
192 | 191 | "flags": [ |
193 | 192 | "api-version", |
194 | 193 | "build-instance", |
| 194 | + "code-coverage", |
195 | 195 | "definition-file", |
196 | 196 | "flags-dir", |
197 | 197 | "installation-key", |
|
203 | 203 | "seed-metadata", |
204 | 204 | "target-dev-hub", |
205 | 205 | "verbose", |
206 | | - "wait", |
207 | | - "code-coverage" |
| 206 | + "wait" |
208 | 207 | ], |
209 | 208 | "plugin": "@salesforce/plugin-packaging" |
210 | 209 | }, |
|
0 commit comments