|
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:install", |
| 69 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername", "targetusername", "u"], |
| 70 | + "flagChars": ["b", "o", "v", "w"], |
| 71 | + "flags": [ |
| 72 | + "api-version", |
| 73 | + "bundle", |
| 74 | + "flags-dir", |
| 75 | + "json", |
| 76 | + "loglevel", |
| 77 | + "target-dev-hub", |
| 78 | + "target-org", |
| 79 | + "verbose", |
| 80 | + "wait" |
| 81 | + ], |
| 82 | + "plugin": "@salesforce/plugin-packaging" |
| 83 | + }, |
| 84 | + { |
| 85 | + "alias": [], |
| 86 | + "command": "package:bundle:install:list", |
| 87 | + "flagAliases": ["apiversion", "createdlastdays", "target-hub-org", "targetdevhubusername"], |
| 88 | + "flagChars": ["c", "s", "v"], |
| 89 | + "flags": ["api-version", "created-last-days", "flags-dir", "json", "loglevel", "status", "target-org", "verbose"], |
| 90 | + "plugin": "@salesforce/plugin-packaging" |
| 91 | + }, |
| 92 | + { |
| 93 | + "alias": [], |
| 94 | + "command": "package:bundle:install:report", |
| 95 | + "flagAliases": ["apiversion", "packageinstallrequestid", "target-hub-org", "targetdevhubusername"], |
| 96 | + "flagChars": ["i", "v"], |
| 97 | + "flags": ["api-version", "flags-dir", "json", "loglevel", "package-install-request-id", "target-org", "verbose"], |
| 98 | + "plugin": "@salesforce/plugin-packaging" |
| 99 | + }, |
66 | 100 | { |
67 | 101 | "alias": [], |
68 | 102 | "command": "package:bundle:list", |
|
128 | 162 | "alias": [], |
129 | 163 | "command": "package:bundle:version:report", |
130 | 164 | "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
131 | | - "flagChars": ["p", "v"], |
| 165 | + "flagChars": ["b", "v"], |
132 | 166 | "flags": ["api-version", "bundle-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], |
133 | 167 | "plugin": "@salesforce/plugin-packaging" |
134 | 168 | }, |
|
0 commit comments