|
55 | 55 | "flags": ["api-version", "flags-dir", "json", "loglevel", "package-id", "target-org"], |
56 | 56 | "plugin": "@salesforce/plugin-packaging" |
57 | 57 | }, |
| 58 | + { |
| 59 | + "alias": [], |
| 60 | + "command": "package:bundle:create", |
| 61 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
| 62 | + "flagChars": ["d", "n", "v"], |
| 63 | + "flags": ["api-version", "description", "flags-dir", "json", "loglevel", "name", "target-dev-hub"], |
| 64 | + "plugin": "@salesforce/plugin-packaging" |
| 65 | + }, |
| 66 | + { |
| 67 | + "alias": [], |
| 68 | + "command": "package:bundle:delete", |
| 69 | + "flagAliases": ["apiversion", "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 | + }, |
| 74 | + { |
| 75 | + "alias": [], |
| 76 | + "command": "package:bundle:install", |
| 77 | + "flagAliases": ["apiversion", "targetdevhubusername", "targetusername", "u"], |
| 78 | + "flagChars": ["b", "o", "v", "w"], |
| 79 | + "flags": [ |
| 80 | + "api-version", |
| 81 | + "bundle", |
| 82 | + "flags-dir", |
| 83 | + "json", |
| 84 | + "loglevel", |
| 85 | + "target-dev-hub", |
| 86 | + "target-org", |
| 87 | + "verbose", |
| 88 | + "wait" |
| 89 | + ], |
| 90 | + "plugin": "@salesforce/plugin-packaging" |
| 91 | + }, |
| 92 | + { |
| 93 | + "alias": [], |
| 94 | + "command": "package:bundle:install:list", |
| 95 | + "flagAliases": ["apiversion", "targetusername", "u"], |
| 96 | + "flagChars": ["c", "o", "s"], |
| 97 | + "flags": ["api-version", "created-last-days", "flags-dir", "json", "loglevel", "status", "target-org", "verbose"], |
| 98 | + "plugin": "@salesforce/plugin-packaging" |
| 99 | + }, |
| 100 | + { |
| 101 | + "alias": [], |
| 102 | + "command": "package:bundle:install:report", |
| 103 | + "flagAliases": ["apiversion", "targetusername", "u"], |
| 104 | + "flagChars": ["i", "o"], |
| 105 | + "flags": ["api-version", "flags-dir", "json", "loglevel", "package-install-request-id", "target-org", "verbose"], |
| 106 | + "plugin": "@salesforce/plugin-packaging" |
| 107 | + }, |
| 108 | + { |
| 109 | + "alias": [], |
| 110 | + "command": "package:bundle:list", |
| 111 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
| 112 | + "flagChars": ["v"], |
| 113 | + "flags": ["api-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], |
| 114 | + "plugin": "@salesforce/plugin-packaging" |
| 115 | + }, |
| 116 | + { |
| 117 | + "alias": [], |
| 118 | + "command": "package:bundle:version:create", |
| 119 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
| 120 | + "flagChars": ["b", "d", "n", "p", "v", "w"], |
| 121 | + "flags": [ |
| 122 | + "api-version", |
| 123 | + "bundle", |
| 124 | + "definition-file", |
| 125 | + "description", |
| 126 | + "flags-dir", |
| 127 | + "json", |
| 128 | + "loglevel", |
| 129 | + "target-dev-hub", |
| 130 | + "verbose", |
| 131 | + "version-number", |
| 132 | + "wait" |
| 133 | + ], |
| 134 | + "plugin": "@salesforce/plugin-packaging" |
| 135 | + }, |
| 136 | + { |
| 137 | + "alias": [], |
| 138 | + "command": "package:bundle:version:create:list", |
| 139 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
| 140 | + "flagChars": ["c", "s", "v"], |
| 141 | + "flags": [ |
| 142 | + "api-version", |
| 143 | + "created-last-days", |
| 144 | + "flags-dir", |
| 145 | + "json", |
| 146 | + "loglevel", |
| 147 | + "show-conversions-only", |
| 148 | + "status", |
| 149 | + "target-dev-hub", |
| 150 | + "verbose" |
| 151 | + ], |
| 152 | + "plugin": "@salesforce/plugin-packaging" |
| 153 | + }, |
| 154 | + { |
| 155 | + "alias": [], |
| 156 | + "command": "package:bundle:version:create:report", |
| 157 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
| 158 | + "flagChars": ["i", "v"], |
| 159 | + "flags": ["api-version", "bundle-version-create-request-id", "flags-dir", "json", "loglevel", "target-dev-hub"], |
| 160 | + "plugin": "@salesforce/plugin-packaging" |
| 161 | + }, |
| 162 | + { |
| 163 | + "alias": [], |
| 164 | + "command": "package:bundle:version:list", |
| 165 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
| 166 | + "flagChars": ["v"], |
| 167 | + "flags": ["api-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], |
| 168 | + "plugin": "@salesforce/plugin-packaging" |
| 169 | + }, |
| 170 | + { |
| 171 | + "alias": [], |
| 172 | + "command": "package:bundle:version:report", |
| 173 | + "flagAliases": ["apiversion", "target-hub-org", "targetdevhubusername"], |
| 174 | + "flagChars": ["b", "v"], |
| 175 | + "flags": ["api-version", "bundle-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], |
| 176 | + "plugin": "@salesforce/plugin-packaging" |
| 177 | + }, |
58 | 178 | { |
59 | 179 | "alias": ["force:package:convert"], |
60 | 180 | "command": "package:convert", |
|
66 | 186 | "installationkeybypass", |
67 | 187 | "patchversion", |
68 | 188 | "target-hub-org", |
69 | | - "targetdevhubusername", |
70 | | - "codecoverage" |
| 189 | + "targetdevhubusername" |
71 | 190 | ], |
72 | | - "flagChars": ["a", "f", "k", "m", "p", "s", "v", "w", "x", "c"], |
| 191 | + "flagChars": ["a", "c", "f", "k", "m", "p", "s", "v", "w", "x"], |
73 | 192 | "flags": [ |
74 | 193 | "api-version", |
75 | 194 | "build-instance", |
| 195 | + "code-coverage", |
76 | 196 | "definition-file", |
77 | 197 | "flags-dir", |
78 | 198 | "installation-key", |
|
84 | 204 | "seed-metadata", |
85 | 205 | "target-dev-hub", |
86 | 206 | "verbose", |
87 | | - "wait", |
88 | | - "code-coverage" |
| 207 | + "wait" |
89 | 208 | ], |
90 | 209 | "plugin": "@salesforce/plugin-packaging" |
91 | 210 | }, |
|
0 commit comments