|
66 | 66 | { |
67 | 67 | "alias": [], |
68 | 68 | "command": "package:bundle:delete", |
69 | | - "flagAliases": ["apiversion", "noprompt", "target-hub-org", "targetdevhubusername"], |
| 69 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
70 | 70 | "flagChars": ["b", "n", "v"], |
71 | 71 | "flags": ["api-version", "bundle", "flags-dir", "json", "loglevel", "no-prompt", "target-dev-hub"], |
72 | 72 | "plugin": "@salesforce/plugin-packaging" |
73 | 73 | }, |
74 | 74 | { |
75 | 75 | "alias": [], |
76 | 76 | "command": "package:bundle:install", |
77 | | - "flagAliases": ["apiversion", "targetusername", "u"], |
| 77 | + "flagAliases": ["apiversion", "targetdevhubusername", "targetusername", "u"], |
78 | 78 | "flagChars": ["b", "o", "v", "w"], |
79 | 79 | "flags": [ |
80 | 80 | "api-version", |
|
92 | 92 | { |
93 | 93 | "alias": [], |
94 | 94 | "command": "package:bundle:install:list", |
95 | | - "flagAliases": ["apiversion", "createdlastdays", "targetusername", "u"], |
| 95 | + "flagAliases": ["apiversion", "targetusername", "u"], |
96 | 96 | "flagChars": ["c", "o", "s"], |
97 | 97 | "flags": ["api-version", "created-last-days", "flags-dir", "json", "loglevel", "status", "target-org", "verbose"], |
98 | 98 | "plugin": "@salesforce/plugin-packaging" |
99 | 99 | }, |
100 | 100 | { |
101 | 101 | "alias": [], |
102 | 102 | "command": "package:bundle:install:report", |
103 | | - "flagAliases": ["apiversion", "packageinstallrequestid", "targetusername", "u"], |
| 103 | + "flagAliases": ["apiversion", "targetusername", "u"], |
104 | 104 | "flagChars": ["i", "o"], |
105 | 105 | "flags": ["api-version", "flags-dir", "json", "loglevel", "package-install-request-id", "target-org", "verbose"], |
106 | 106 | "plugin": "@salesforce/plugin-packaging" |
|
116 | 116 | { |
117 | 117 | "alias": [], |
118 | 118 | "command": "package:bundle:version:create", |
119 | | - "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername", "versionnumber"], |
| 119 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
120 | 120 | "flagChars": ["b", "d", "n", "p", "v", "w"], |
121 | 121 | "flags": [ |
122 | 122 | "api-version", |
|
136 | 136 | { |
137 | 137 | "alias": [], |
138 | 138 | "command": "package:bundle:version:create:list", |
139 | | - "flagAliases": ["apiversion", "createdlastdays", "target-hub-org", "targetdevhubusername"], |
| 139 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
140 | 140 | "flagChars": ["c", "s", "v"], |
141 | 141 | "flags": [ |
142 | 142 | "api-version", |
|
154 | 154 | { |
155 | 155 | "alias": [], |
156 | 156 | "command": "package:bundle:version:create:report", |
157 | | - "flagAliases": ["apiversion", "bundleversioncreaterequestid", "target-hub-org", "targetdevhubusername"], |
| 157 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
158 | 158 | "flagChars": ["i", "v"], |
159 | 159 | "flags": ["api-version", "bundle-version-create-request-id", "flags-dir", "json", "loglevel", "target-dev-hub"], |
160 | 160 | "plugin": "@salesforce/plugin-packaging" |
|
186 | 186 | "installationkeybypass", |
187 | 187 | "patchversion", |
188 | 188 | "target-hub-org", |
189 | | - "targetdevhubusername", |
190 | | - "codecoverage" |
| 189 | + "targetdevhubusername" |
191 | 190 | ], |
192 | | - "flagChars": ["a", "f", "k", "m", "p", "s", "v", "w", "x", "c"], |
| 191 | + "flagChars": ["a", "c", "f", "k", "m", "p", "s", "v", "w", "x"], |
193 | 192 | "flags": [ |
194 | 193 | "api-version", |
195 | 194 | "build-instance", |
| 195 | + "code-coverage", |
196 | 196 | "definition-file", |
197 | 197 | "flags-dir", |
198 | 198 | "installation-key", |
|
204 | 204 | "seed-metadata", |
205 | 205 | "target-dev-hub", |
206 | 206 | "verbose", |
207 | | - "wait", |
208 | | - "code-coverage" |
| 207 | + "wait" |
209 | 208 | ], |
210 | 209 | "plugin": "@salesforce/plugin-packaging" |
211 | 210 | }, |
|
0 commit comments