|
81 | 81 | }, |
82 | 82 | { |
83 | 83 | "alias": [], |
84 | | - "command": "package:bundle:install:list", |
| 84 | + "command": "package:bundle:install:report", |
85 | 85 | "flagAliases": ["apiversion", "targetusername", "u"], |
86 | | - "flagChars": ["c", "o", "s"], |
87 | | - "flags": ["api-version", "created-last-days", "flags-dir", "json", "loglevel", "status", "target-org", "verbose"], |
| 86 | + "flagChars": ["i", "o"], |
| 87 | + "flags": ["api-version", "flags-dir", "json", "loglevel", "package-install-request-id", "target-org", "verbose"], |
88 | 88 | "plugin": "@salesforce/plugin-packaging" |
89 | 89 | }, |
90 | 90 | { |
91 | 91 | "alias": [], |
92 | | - "command": "package:bundle:install:report", |
| 92 | + "command": "package:bundle:installed:list", |
93 | 93 | "flagAliases": ["apiversion", "targetusername", "u"], |
94 | | - "flagChars": ["i", "o"], |
95 | | - "flags": ["api-version", "flags-dir", "json", "loglevel", "package-install-request-id", "target-org", "verbose"], |
| 94 | + "flagChars": ["o"], |
| 95 | + "flags": ["api-version", "flags-dir", "json", "loglevel", "target-org"], |
96 | 96 | "plugin": "@salesforce/plugin-packaging" |
97 | 97 | }, |
98 | 98 | { |
|
103 | 103 | "flags": ["api-version", "flags-dir", "json", "loglevel", "target-dev-hub", "verbose"], |
104 | 104 | "plugin": "@salesforce/plugin-packaging" |
105 | 105 | }, |
| 106 | + { |
| 107 | + "alias": [], |
| 108 | + "command": "package:bundle:uninstall", |
| 109 | + "flagAliases": ["apiversion", "targetusername", "u"], |
| 110 | + "flagChars": ["b", "o", "w"], |
| 111 | + "flags": ["api-version", "bundle", "flags-dir", "json", "loglevel", "target-org", "verbose", "wait"], |
| 112 | + "plugin": "@salesforce/plugin-packaging" |
| 113 | + }, |
106 | 114 | { |
107 | 115 | "alias": [], |
108 | 116 | "command": "package:bundle:version:create", |
|
0 commit comments