|
13 | 13 | "type", |
14 | 14 | "wait" |
15 | 15 | ], |
16 | | - "alias": [] |
| 16 | + "alias": [], |
| 17 | + "flagChars": ["a", "f", "o", "s", "t", "w"], |
| 18 | + "flagAliases": ["apiversion", "targetusername", "u"] |
17 | 19 | }, |
18 | 20 | { |
19 | 21 | "command": "force:org:create", |
|
35 | 37 | "type", |
36 | 38 | "wait" |
37 | 39 | ], |
38 | | - "alias": [] |
| 40 | + "alias": [], |
| 41 | + "flagChars": ["a", "c", "d", "f", "i", "n", "o", "s", "t", "v", "w"], |
| 42 | + "flagAliases": ["apiversion", "targetdevhubusername", "targetusername", "u"] |
39 | 43 | }, |
40 | 44 | { |
41 | 45 | "command": "force:org:delete", |
42 | 46 | "plugin": "@salesforce/plugin-org", |
43 | 47 | "flags": ["api-version", "json", "loglevel", "no-prompt", "target-org", "targetdevhubusername"], |
44 | | - "alias": [] |
| 48 | + "alias": [], |
| 49 | + "flagChars": ["o", "p", "v"], |
| 50 | + "flagAliases": ["apiversion", "noprompt", "targetusername", "u"] |
45 | 51 | }, |
46 | 52 | { |
47 | 53 | "command": "force:org:status", |
48 | 54 | "plugin": "@salesforce/plugin-org", |
49 | 55 | "flags": ["api-version", "json", "loglevel", "sandboxname", "setalias", "setdefaultusername", "target-org", "wait"], |
50 | | - "alias": [] |
| 56 | + "alias": [], |
| 57 | + "flagChars": ["a", "n", "o", "s", "w"], |
| 58 | + "flagAliases": ["apiversion", "targetusername", "u"] |
51 | 59 | }, |
52 | 60 | { |
53 | 61 | "command": "org:create:sandbox", |
|
67 | 75 | "target-org", |
68 | 76 | "wait" |
69 | 77 | ], |
70 | | - "alias": ["env:create:sandbox"] |
| 78 | + "alias": ["env:create:sandbox"], |
| 79 | + "flagChars": ["a", "c", "f", "i", "l", "n", "o", "s", "w"], |
| 80 | + "flagAliases": [] |
71 | 81 | }, |
72 | 82 | { |
73 | 83 | "command": "org:create:scratch", |
|
94 | 104 | "username", |
95 | 105 | "wait" |
96 | 106 | ], |
97 | | - "alias": ["env:create:scratch"] |
| 107 | + "alias": ["env:create:scratch"], |
| 108 | + "flagChars": ["a", "c", "d", "e", "f", "i", "m", "t", "v", "w", "y"], |
| 109 | + "flagAliases": [] |
98 | 110 | }, |
99 | 111 | { |
100 | 112 | "command": "org:delete:sandbox", |
101 | 113 | "plugin": "@salesforce/plugin-org", |
102 | 114 | "flags": ["json", "no-prompt", "target-org"], |
103 | | - "alias": ["env:delete:sandbox"] |
| 115 | + "alias": ["env:delete:sandbox"], |
| 116 | + "flagChars": ["o", "p"], |
| 117 | + "flagAliases": ["targetusername", "u"] |
104 | 118 | }, |
105 | 119 | { |
106 | 120 | "command": "org:delete:scratch", |
107 | 121 | "plugin": "@salesforce/plugin-org", |
108 | 122 | "flags": ["json", "no-prompt", "target-org"], |
109 | | - "alias": ["env:delete:scratch"] |
| 123 | + "alias": ["env:delete:scratch"], |
| 124 | + "flagChars": ["o", "p"], |
| 125 | + "flagAliases": ["targetusername", "u"] |
110 | 126 | }, |
111 | 127 | { |
112 | 128 | "command": "org:display", |
113 | 129 | "plugin": "@salesforce/plugin-org", |
114 | 130 | "flags": ["api-version", "json", "loglevel", "target-org", "verbose"], |
115 | | - "alias": ["force:org:display"] |
| 131 | + "alias": ["force:org:display"], |
| 132 | + "flagChars": ["o"], |
| 133 | + "flagAliases": ["apiversion", "targetusername", "u"] |
116 | 134 | }, |
117 | 135 | { |
118 | 136 | "command": "org:list", |
119 | 137 | "plugin": "@salesforce/plugin-org", |
120 | 138 | "flags": ["all", "clean", "json", "loglevel", "no-prompt", "skip-connection-status", "verbose"], |
121 | | - "alias": ["force:org:list"] |
| 139 | + "alias": ["force:org:list"], |
| 140 | + "flagChars": ["p"], |
| 141 | + "flagAliases": ["noprompt", "skipconnectionstatus"] |
122 | 142 | }, |
123 | 143 | { |
124 | 144 | "command": "org:list:metadata", |
125 | 145 | "plugin": "@salesforce/plugin-org", |
126 | 146 | "flags": ["api-version", "folder", "json", "loglevel", "metadata-type", "output-file", "target-org"], |
127 | | - "alias": ["force:mdapi:listmetadata"] |
| 147 | + "alias": ["force:mdapi:listmetadata"], |
| 148 | + "flagChars": ["f", "m", "o"], |
| 149 | + "flagAliases": ["a", "apiversion", "metadatatype", "resultfile", "targetusername", "u"] |
128 | 150 | }, |
129 | 151 | { |
130 | 152 | "command": "org:list:metadata-types", |
131 | 153 | "plugin": "@salesforce/plugin-org", |
132 | 154 | "flags": ["api-version", "filter-known", "json", "loglevel", "output-file", "target-org"], |
133 | | - "alias": ["force:mdapi:describemetadata"] |
| 155 | + "alias": ["force:mdapi:describemetadata"], |
| 156 | + "flagChars": ["f", "k", "o"], |
| 157 | + "flagAliases": ["a", "apiversion", "filterknown", "resultfile", "targetusername", "u"] |
134 | 158 | }, |
135 | 159 | { |
136 | 160 | "command": "org:open", |
137 | 161 | "plugin": "@salesforce/plugin-org", |
138 | 162 | "flags": ["api-version", "browser", "json", "loglevel", "path", "source-file", "target-org", "url-only"], |
139 | | - "alias": ["force:org:open", "force:source:open"] |
| 163 | + "alias": ["force:org:open", "force:source:open"], |
| 164 | + "flagChars": ["b", "f", "o", "p", "r"], |
| 165 | + "flagAliases": ["apiversion", "sourcefile", "targetusername", "u", "urlonly"] |
140 | 166 | }, |
141 | 167 | { |
142 | 168 | "command": "org:resume:sandbox", |
143 | 169 | "plugin": "@salesforce/plugin-org", |
144 | 170 | "flags": ["job-id", "json", "name", "target-org", "use-most-recent", "wait"], |
145 | | - "alias": ["env:resume:sandbox"] |
| 171 | + "alias": ["env:resume:sandbox"], |
| 172 | + "flagChars": ["i", "l", "n", "o", "w"], |
| 173 | + "flagAliases": [] |
146 | 174 | }, |
147 | 175 | { |
148 | 176 | "command": "org:resume:scratch", |
149 | 177 | "plugin": "@salesforce/plugin-org", |
150 | 178 | "flags": ["job-id", "json", "use-most-recent"], |
151 | | - "alias": ["env:resume:scratch"] |
| 179 | + "alias": ["env:resume:scratch"], |
| 180 | + "flagChars": ["i", "r"], |
| 181 | + "flagAliases": [] |
152 | 182 | } |
153 | 183 | ] |
0 commit comments