|
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"], |
63 | 63 | "flags": ["api-version", "description", "flags-dir", "json", "loglevel", "name", "target-dev-hub"], |
64 | 64 | "plugin": "@salesforce/plugin-packaging" |
65 | 65 | }, |
66 | 66 | { |
67 | | - "alias": ["force:package:bundle:list"], |
| 67 | + "alias": [], |
68 | 68 | "command": "package:bundle:list", |
69 | 69 | "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
70 | 70 | "flagChars": ["v"], |
71 | 71 | "flags": ["api-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], |
72 | 72 | "plugin": "@salesforce/plugin-packaging" |
73 | 73 | }, |
74 | 74 | { |
75 | | - "alias": ["force:package:bundle:version:create"], |
| 75 | + "alias": [], |
76 | 76 | "command": "package:bundle:version:create", |
77 | 77 | "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
78 | 78 | "flagChars": ["b", "d", "p", "v", "w"], |
|
91 | 91 | "plugin": "@salesforce/plugin-packaging" |
92 | 92 | }, |
93 | 93 | { |
94 | | - "alias": ["force:package:bundle:version:create:list"], |
| 94 | + "alias": [], |
95 | 95 | "command": "package:bundle:version:create:list", |
96 | 96 | "flagAliases": ["apiversion", "createdlastdays", "target-hub-org", "targetdevhubusername"], |
97 | 97 | "flagChars": ["c", "s", "v"], |
|
109 | 109 | "plugin": "@salesforce/plugin-packaging" |
110 | 110 | }, |
111 | 111 | { |
112 | | - "alias": ["force:package:bundle:version:create:report"], |
| 112 | + "alias": [], |
113 | 113 | "command": "package:bundle:version:create:report", |
114 | 114 | "flagAliases": ["apiversion", "packagecreaterequestid", "target-hub-org", "targetdevhubusername"], |
115 | 115 | "flagChars": ["i", "v"], |
|
124 | 124 | "flags": ["api-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], |
125 | 125 | "plugin": "@salesforce/plugin-packaging" |
126 | 126 | }, |
| 127 | + { |
| 128 | + "alias": [], |
| 129 | + "command": "package:bundle:version:report", |
| 130 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
| 131 | + "flagChars": ["p", "v"], |
| 132 | + "flags": ["api-version", "bundle-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], |
| 133 | + "plugin": "@salesforce/plugin-packaging" |
| 134 | + }, |
127 | 135 | { |
128 | 136 | "alias": ["force:package:convert"], |
129 | 137 | "command": "package:convert", |
|
0 commit comments