|
56 | 56 | "plugin": "@salesforce/plugin-packaging" |
57 | 57 | }, |
58 | 58 | { |
59 | | - "alias": ["force:package:bundle:create"], |
| 59 | + "alias": [], |
60 | 60 | "command": "package:bundle:create", |
61 | 61 | "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
62 | 62 | "flagChars": ["d", "n", "v"], |
|
72 | 72 | "plugin": "@salesforce/plugin-packaging" |
73 | 73 | }, |
74 | 74 | { |
75 | | - "alias": ["force:package:bundle:list"], |
| 75 | + "alias": [], |
76 | 76 | "command": "package:bundle:list", |
77 | 77 | "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
78 | 78 | "flagChars": ["v"], |
79 | 79 | "flags": ["api-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], |
80 | 80 | "plugin": "@salesforce/plugin-packaging" |
81 | 81 | }, |
82 | 82 | { |
83 | | - "alias": ["force:package:bundle:version:create"], |
| 83 | + "alias": [], |
84 | 84 | "command": "package:bundle:version:create", |
85 | 85 | "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
86 | 86 | "flagChars": ["b", "d", "p", "v", "w"], |
|
99 | 99 | "plugin": "@salesforce/plugin-packaging" |
100 | 100 | }, |
101 | 101 | { |
102 | | - "alias": ["force:package:bundle:version:create:list"], |
| 102 | + "alias": [], |
103 | 103 | "command": "package:bundle:version:create:list", |
104 | 104 | "flagAliases": ["apiversion", "createdlastdays", "target-hub-org", "targetdevhubusername"], |
105 | 105 | "flagChars": ["c", "s", "v"], |
|
132 | 132 | "flags": ["api-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], |
133 | 133 | "plugin": "@salesforce/plugin-packaging" |
134 | 134 | }, |
| 135 | + { |
| 136 | + "alias": [], |
| 137 | + "command": "package:bundle:version:report", |
| 138 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
| 139 | + "flagChars": ["p", "v"], |
| 140 | + "flags": ["api-version", "bundle-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], |
| 141 | + "plugin": "@salesforce/plugin-packaging" |
| 142 | + }, |
135 | 143 | { |
136 | 144 | "alias": ["force:package:convert"], |
137 | 145 | "command": "package:convert", |
|
0 commit comments