@salesforce/plugin-settings 1.5.0-qa.5 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/README.md +173 -17
  2. package/lib/alias.js +2 -6
  3. package/lib/alias.js.map +1 -1
  4. package/lib/commands/alias/list.d.ts +2 -2
  5. package/lib/commands/alias/list.js +15 -16
  6. package/lib/commands/alias/list.js.map +1 -1
  7. package/lib/commands/alias/set.d.ts +2 -2
  8. package/lib/commands/alias/set.js +22 -19
  9. package/lib/commands/alias/set.js.map +1 -1
  10. package/lib/commands/alias/unset.d.ts +4 -4
  11. package/lib/commands/alias/unset.js +31 -28
  12. package/lib/commands/alias/unset.js.map +1 -1
  13. package/lib/commands/config/get.d.ts +5 -4
  14. package/lib/commands/config/get.js +31 -32
  15. package/lib/commands/config/get.js.map +1 -1
  16. package/lib/commands/config/list.d.ts +5 -4
  17. package/lib/commands/config/list.js +18 -23
  18. package/lib/commands/config/list.js.map +1 -1
  19. package/lib/commands/config/set.d.ts +7 -8
  20. package/lib/commands/config/set.js +46 -69
  21. package/lib/commands/config/set.js.map +1 -1
  22. package/lib/commands/config/unset.d.ts +7 -8
  23. package/lib/commands/config/unset.js +39 -52
  24. package/lib/commands/config/unset.js.map +1 -1
  25. package/lib/config.d.ts +8 -10
  26. package/lib/config.js +80 -75
  27. package/lib/config.js.map +1 -1
  28. package/lib/hooks/init/load_config_meta.js +14 -41
  29. package/lib/hooks/init/load_config_meta.js.map +1 -1
  30. package/lib/index.d.ts +1 -1
  31. package/lib/index.js +2 -3
  32. package/lib/index.js.map +1 -1
  33. package/messages/config.get.md +3 -1
  34. package/messages/config.list.md +6 -2
  35. package/messages/config.set.md +8 -8
  36. package/messages/config.unset.md +7 -1
  37. package/oclif.lock +8550 -0
  38. package/oclif.manifest.json +286 -144
  39. package/package.json +225 -220
  40. package/schemas/config-get.json +1 -1
  41. package/schemas/config-list.json +1 -1
  42. package/schemas/config-set.json +3 -3
  43. package/schemas/config-unset.json +3 -3
@@ -1,182 +1,241 @@
1
1
  {
2
- "version": "1.5.0-qa.5",
3
2
  "commands": {
4
3
  "alias:list": {
5
- "id": "alias:list",
6
- "summary": "List all aliases currently set on your local computer.",
7
- "description": "Aliases are global, which means that you can use all the listed aliases in any Salesforce DX project on your computer.",
8
- "strict": true,
9
- "pluginName": "@salesforce/plugin-settings",
10
- "pluginAlias": "@salesforce/plugin-settings",
11
- "pluginType": "core",
12
4
  "aliases": [
13
5
  "force:alias:list"
14
6
  ],
7
+ "args": {},
8
+ "deprecateAliases": true,
9
+ "description": "Aliases are global, which means that you can use all the listed aliases in any Salesforce DX project on your computer.",
15
10
  "examples": [
16
11
  "List all the aliases you've set:\n<%= config.bin %> <%= command.id %>"
17
12
  ],
18
- "deprecateAliases": true,
19
13
  "flags": {
20
14
  "json": {
21
- "name": "json",
22
- "type": "boolean",
23
15
  "description": "Format output as json.",
24
16
  "helpGroup": "GLOBAL",
17
+ "name": "json",
25
18
  "allowNo": false,
26
- "deprecateAliases": true
19
+ "type": "boolean"
27
20
  },
28
21
  "loglevel": {
29
- "name": "loglevel",
30
- "type": "option",
31
- "hidden": true,
32
- "multiple": false,
33
22
  "deprecated": {
34
23
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
35
24
  },
36
- "deprecateAliases": true
25
+ "hidden": true,
26
+ "name": "loglevel",
27
+ "hasDynamicHelp": false,
28
+ "multiple": false,
29
+ "type": "option"
37
30
  }
38
31
  },
39
- "args": {}
40
- },
41
- "alias:set": {
42
- "id": "alias:set",
43
- "summary": "Set one or more aliases on your local computer.",
44
- "description": "Aliases are user-defined short names that make it easier to use the CLI. For example, users often set an alias for a scratch org usernames because they're long and unintuitive. Check the --help of a CLI command to determine where you can use an alias.\n\nYou can associate an alias with only one value at a time. If you set an alias multiple times, the alias points to the most recent value. Aliases are global; after you set an alias, you can use it in any Salesforce DX project on your computer.\n\nUse quotes to specify an alias value that contains spaces. You typically use an equal sign to set your alias, although you don't need it if you're setting a single alias in a command.",
45
- "strict": false,
46
- "pluginName": "@salesforce/plugin-settings",
32
+ "hasDynamicHelp": false,
33
+ "hiddenAliases": [],
34
+ "id": "alias:list",
47
35
  "pluginAlias": "@salesforce/plugin-settings",
36
+ "pluginName": "@salesforce/plugin-settings",
48
37
  "pluginType": "core",
38
+ "strict": true,
39
+ "summary": "List all aliases currently set on your local computer.",
40
+ "isESM": true,
41
+ "relativePath": [
42
+ "lib",
43
+ "commands",
44
+ "alias",
45
+ "list.js"
46
+ ],
47
+ "aliasPermutations": [
48
+ "force:alias:list",
49
+ "alias:force:list",
50
+ "alias:list:force",
51
+ "force:list:alias",
52
+ "list:force:alias",
53
+ "list:alias:force"
54
+ ],
55
+ "permutations": [
56
+ "alias:list",
57
+ "list:alias"
58
+ ]
59
+ },
60
+ "alias:set": {
49
61
  "aliases": [
50
62
  "force:alias:set"
51
63
  ],
64
+ "args": {},
65
+ "deprecateAliases": true,
66
+ "description": "Aliases are user-defined short names that make it easier to use the CLI. For example, users often set an alias for a scratch org usernames because they're long and unintuitive. Check the --help of a CLI command to determine where you can use an alias.\n\nYou can associate an alias with only one value at a time. If you set an alias multiple times, the alias points to the most recent value. Aliases are global; after you set an alias, you can use it in any Salesforce DX project on your computer.\n\nUse quotes to specify an alias value that contains spaces. You typically use an equal sign to set your alias, although you don't need it if you're setting a single alias in a command.",
52
67
  "examples": [
53
68
  "Set an alias for a scratch org username:\n<%= config.bin %> <%= command.id %> my-scratch-org=test-sadbiytjsupn@example.com",
54
69
  "Set multiple aliases with a single command:\n<%= config.bin %> <%= command.id %> my-scratch-org=test-sadbiytjsupn@example.com my-other-scratch-org=test-ss0xut7txzxf@example.com",
55
70
  "Set an alias that contains spaces:\n<%= config.bin %> <%= command.id %> my-alias='alias with spaces'",
56
71
  "Set a single alias without using an equal sign:\n<%= config.bin %> <%= command.id %> my-scratch-org test-ss0xut7txzxf@example.com"
57
72
  ],
58
- "deprecateAliases": true,
59
73
  "flags": {
60
74
  "json": {
61
- "name": "json",
62
- "type": "boolean",
63
75
  "description": "Format output as json.",
64
76
  "helpGroup": "GLOBAL",
77
+ "name": "json",
65
78
  "allowNo": false,
66
- "deprecateAliases": true
79
+ "type": "boolean"
67
80
  },
68
81
  "loglevel": {
69
- "name": "loglevel",
70
- "type": "option",
71
- "hidden": true,
72
- "multiple": false,
73
82
  "deprecated": {
74
83
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
75
84
  },
76
- "deprecateAliases": true
85
+ "hidden": true,
86
+ "name": "loglevel",
87
+ "hasDynamicHelp": false,
88
+ "multiple": false,
89
+ "type": "option"
77
90
  }
78
91
  },
79
- "args": {}
80
- },
81
- "alias:unset": {
82
- "id": "alias:unset",
83
- "summary": "Unset one or more aliases that are currently set on your local computer.",
84
- "description": "Aliases are global, so when you unset one it's no longer available in any Salesforce DX project.",
85
- "strict": false,
86
- "pluginName": "@salesforce/plugin-settings",
92
+ "hasDynamicHelp": false,
93
+ "hiddenAliases": [],
94
+ "id": "alias:set",
87
95
  "pluginAlias": "@salesforce/plugin-settings",
96
+ "pluginName": "@salesforce/plugin-settings",
88
97
  "pluginType": "core",
98
+ "strict": false,
99
+ "summary": "Set one or more aliases on your local computer.",
100
+ "isESM": true,
101
+ "relativePath": [
102
+ "lib",
103
+ "commands",
104
+ "alias",
105
+ "set.js"
106
+ ],
107
+ "aliasPermutations": [
108
+ "force:alias:set",
109
+ "alias:force:set",
110
+ "alias:set:force",
111
+ "force:set:alias",
112
+ "set:force:alias",
113
+ "set:alias:force"
114
+ ],
115
+ "permutations": [
116
+ "alias:set",
117
+ "set:alias"
118
+ ]
119
+ },
120
+ "alias:unset": {
89
121
  "aliases": [
90
122
  "force:alias:unset"
91
123
  ],
124
+ "args": {},
125
+ "deprecateAliases": true,
126
+ "description": "Aliases are global, so when you unset one it's no longer available in any Salesforce DX project.",
92
127
  "examples": [
93
128
  "Unset an alias:\n<%= config.bin %> <%= command.id %> my-alias",
94
129
  "Unset multiple aliases with a single command:\n<%= config.bin %> <%= command.id %> my-alias my-other-alias",
95
130
  "Unset all aliases:\n<%= config.bin %> <%= command.id %> --all [--no-prompt]"
96
131
  ],
97
- "deprecateAliases": true,
98
132
  "flags": {
99
133
  "json": {
100
- "name": "json",
101
- "type": "boolean",
102
134
  "description": "Format output as json.",
103
135
  "helpGroup": "GLOBAL",
136
+ "name": "json",
104
137
  "allowNo": false,
105
- "deprecateAliases": true
138
+ "type": "boolean"
106
139
  },
107
140
  "loglevel": {
108
- "name": "loglevel",
109
- "type": "option",
110
- "hidden": true,
111
- "multiple": false,
112
141
  "deprecated": {
113
142
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
114
143
  },
115
- "deprecateAliases": true
144
+ "hidden": true,
145
+ "name": "loglevel",
146
+ "hasDynamicHelp": false,
147
+ "multiple": false,
148
+ "type": "option"
116
149
  },
117
150
  "all": {
118
- "name": "all",
119
- "type": "boolean",
120
151
  "char": "a",
152
+ "name": "all",
121
153
  "summary": "Unset all currently set aliases.",
122
154
  "allowNo": false,
123
- "deprecateAliases": true
155
+ "type": "boolean"
124
156
  },
125
157
  "no-prompt": {
126
- "name": "no-prompt",
127
- "type": "boolean",
128
158
  "char": "p",
159
+ "name": "no-prompt",
129
160
  "summary": "Don't prompt the user for confirmation when unsetting all aliases.",
130
161
  "allowNo": false,
131
- "deprecateAliases": true
162
+ "type": "boolean"
132
163
  }
133
164
  },
134
- "args": {}
135
- },
136
- "config:get": {
137
- "id": "config:get",
138
- "summary": "Get the value of a configuration variable.",
139
- "description": "Run \"sf config list\" to see all the configuration variables you've set. Global configuration variable are always displayed; local ones are displayed if you run the command in a project directory. Run \"sf config set\" to set a configuration variable.",
140
- "strict": false,
141
- "pluginName": "@salesforce/plugin-settings",
165
+ "hasDynamicHelp": false,
166
+ "hiddenAliases": [],
167
+ "id": "alias:unset",
142
168
  "pluginAlias": "@salesforce/plugin-settings",
169
+ "pluginName": "@salesforce/plugin-settings",
143
170
  "pluginType": "core",
171
+ "strict": false,
172
+ "summary": "Unset one or more aliases that are currently set on your local computer.",
173
+ "isESM": true,
174
+ "relativePath": [
175
+ "lib",
176
+ "commands",
177
+ "alias",
178
+ "unset.js"
179
+ ],
180
+ "aliasPermutations": [
181
+ "force:alias:unset",
182
+ "alias:force:unset",
183
+ "alias:unset:force",
184
+ "force:unset:alias",
185
+ "unset:force:alias",
186
+ "unset:alias:force"
187
+ ],
188
+ "permutations": [
189
+ "alias:unset",
190
+ "unset:alias"
191
+ ]
192
+ },
193
+ "config:get": {
144
194
  "aliases": [
145
195
  "force:config:get"
146
196
  ],
197
+ "args": {},
198
+ "deprecateAliases": true,
199
+ "description": "Run \"sf config list\" to see the configuration variables you've already set and their level (local or global).\n\nRun \"sf config set\" to set a configuration variable. For the full list of available configuration variables, see https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm.",
147
200
  "examples": [
148
201
  "Get the value of the \"target-org\" configuration variable.\n<%= config.bin %> <%= command.id %> target-org",
149
202
  "Get multiple configuration variables and display whether they're set locally or globally:\n<%= config.bin %> <%= command.id %> target-org api-version --verbose"
150
203
  ],
151
- "deprecateAliases": true,
152
204
  "flags": {
153
205
  "json": {
154
- "name": "json",
155
- "type": "boolean",
156
206
  "description": "Format output as json.",
157
207
  "helpGroup": "GLOBAL",
208
+ "name": "json",
158
209
  "allowNo": false,
159
- "deprecateAliases": true
210
+ "type": "boolean"
160
211
  },
161
212
  "loglevel": {
162
- "name": "loglevel",
163
- "type": "option",
164
- "hidden": true,
165
- "multiple": false,
166
213
  "deprecated": {
167
214
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
168
215
  },
169
- "deprecateAliases": true
216
+ "hidden": true,
217
+ "name": "loglevel",
218
+ "hasDynamicHelp": false,
219
+ "multiple": false,
220
+ "type": "option"
170
221
  },
171
222
  "verbose": {
172
223
  "name": "verbose",
173
- "type": "boolean",
174
224
  "summary": "Display whether the configuration variables are set locally or globally.",
175
225
  "allowNo": false,
176
- "deprecateAliases": true
226
+ "type": "boolean"
177
227
  }
178
228
  },
179
- "args": {},
229
+ "hasDynamicHelp": false,
230
+ "hiddenAliases": [],
231
+ "id": "config:get",
232
+ "pluginAlias": "@salesforce/plugin-settings",
233
+ "pluginName": "@salesforce/plugin-settings",
234
+ "pluginType": "core",
235
+ "strict": false,
236
+ "summary": "Get the value of a configuration variable.",
237
+ "enableJsonFlag": true,
238
+ "SF_ENV": "SF_ENV",
180
239
  "configurationVariablesSection": {
181
240
  "header": "CONFIGURATION VARIABLES",
182
241
  "body": [
@@ -213,92 +272,134 @@
213
272
  "description": "Maximum number of Salesforce records returned by a CLI command. Default: 10,000."
214
273
  }
215
274
  ]
216
- }
275
+ },
276
+ "isESM": true,
277
+ "relativePath": [
278
+ "lib",
279
+ "commands",
280
+ "config",
281
+ "get.js"
282
+ ],
283
+ "aliasPermutations": [
284
+ "force:config:get",
285
+ "config:force:get",
286
+ "config:get:force",
287
+ "force:get:config",
288
+ "get:force:config",
289
+ "get:config:force"
290
+ ],
291
+ "permutations": [
292
+ "config:get",
293
+ "get:config"
294
+ ]
217
295
  },
218
296
  "config:list": {
219
- "id": "config:list",
220
- "summary": "List the configuration variables that you've previously set.",
221
- "description": "Global configuration variables apply to any Salesforce DX project and are always displayed. If you run this command from a project directory, local configuration variables are also displayed.",
222
- "strict": true,
223
- "pluginName": "@salesforce/plugin-settings",
224
- "pluginAlias": "@salesforce/plugin-settings",
225
- "pluginType": "core",
226
297
  "aliases": [
227
298
  "force:config:list"
228
299
  ],
300
+ "args": {},
301
+ "deprecateAliases": true,
302
+ "description": "A config variable can be global or local, depending on whether you used the --global flag when you set it. Local config variables apply only to the current project and override global config variables, which apply to all projects. You can set all config variables as environment variables. Environment variables override their equivalent local and global config variables.\n\nThe output of this command takes into account your current context. For example, let's say you run this command from a Salesforce DX project in which you've locally set the \"target-org\" config variable. The command displays the local value, even if you've also set \"target-org\" globally. If you haven't set the config variable locally, then the global value is displayed, if set. If you set the SF_TARGET_ORG environment variable, it's displayed as such and overrides any locally or globally set \"target-org\" config variable. \n\nFor the full list of available configuration variables, see https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm.",
229
303
  "examples": [
230
- "List both global configuration variables and those local to your project:\n$ <%= config.bin %> <%= command.id %>"
304
+ "List the global and local configuration variables that apply to your current context:\n$ <%= config.bin %> <%= command.id %>"
231
305
  ],
232
- "deprecateAliases": true,
233
306
  "flags": {
234
307
  "json": {
235
- "name": "json",
236
- "type": "boolean",
237
308
  "description": "Format output as json.",
238
309
  "helpGroup": "GLOBAL",
310
+ "name": "json",
239
311
  "allowNo": false,
240
- "deprecateAliases": true
312
+ "type": "boolean"
241
313
  },
242
314
  "loglevel": {
243
- "name": "loglevel",
244
- "type": "option",
245
- "hidden": true,
246
- "multiple": false,
247
315
  "deprecated": {
248
316
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
249
317
  },
250
- "deprecateAliases": true
318
+ "hidden": true,
319
+ "name": "loglevel",
320
+ "hasDynamicHelp": false,
321
+ "multiple": false,
322
+ "type": "option"
251
323
  }
252
324
  },
253
- "args": {}
254
- },
255
- "config:set": {
256
- "id": "config:set",
257
- "summary": "Set one or more configuration variables, such as your default org.",
258
- "description": "Use configuration variables to set CLI defaults, such as your default org or the API version you want the CLI to use. For example, if you set the \"target-org\" configuration variable, you don't need to specify it as a \"sf deploy metadata\" flag if you're deploying to your default org.\n\nLocal configuration variables apply only to your current project. Global variables, specified with the --global flag, apply in any Salesforce DX project.\n\nThe resolution order if you've set a flag value in multiple ways is as follows:\n\n 1. Flag value specified at the command line.\n 2. Local (project-level) configuration variable.\n 3. Global configuration variable.\n\nRun \"sf config list\" to see the configuration variables you've already set and their level (local or global).",
259
- "strict": false,
260
- "pluginName": "@salesforce/plugin-settings",
325
+ "hasDynamicHelp": false,
326
+ "hiddenAliases": [],
327
+ "id": "config:list",
261
328
  "pluginAlias": "@salesforce/plugin-settings",
329
+ "pluginName": "@salesforce/plugin-settings",
262
330
  "pluginType": "core",
331
+ "strict": true,
332
+ "summary": "List the configuration variables that you've previously set.",
333
+ "enableJsonFlag": true,
334
+ "SF_ENV": "SF_ENV",
335
+ "isESM": true,
336
+ "relativePath": [
337
+ "lib",
338
+ "commands",
339
+ "config",
340
+ "list.js"
341
+ ],
342
+ "aliasPermutations": [
343
+ "force:config:list",
344
+ "config:force:list",
345
+ "config:list:force",
346
+ "force:list:config",
347
+ "list:force:config",
348
+ "list:config:force"
349
+ ],
350
+ "permutations": [
351
+ "config:list",
352
+ "list:config"
353
+ ]
354
+ },
355
+ "config:set": {
263
356
  "aliases": [
264
357
  "force:config:set"
265
358
  ],
359
+ "args": {},
360
+ "deprecateAliases": true,
361
+ "description": "Use configuration variables to set CLI defaults, such as your default org or the API version you want the CLI to use. For example, if you set the \"target-org\" configuration variable, you don't need to specify it as a \"sf deploy metadata\" flag if you're deploying to your default org.\n\nLocal configuration variables apply only to your current project. Global variables, specified with the --global flag, apply in any Salesforce DX project.\n\nThe resolution order if you've set a flag value in multiple ways is as follows:\n\n 1. Flag value specified at the command line.\n 2. Local (project-level) configuration variable.\n 3. Global configuration variable.\n\nRun \"sf config list\" to see the configuration variables you've already set and their level (local or global).\n\nIf you're setting a single config variable, you don't need to use an equal sign between the variable and value. But you must use the equal sign if setting multiple config variables.\n\nFor the full list of available configuration variables, see https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm.",
266
362
  "examples": [
267
- "Set the local target-org configuration variable to an org username:\n<%= config.bin %> <%= command.id %> target-org=me@my.org",
268
- "Set the local target-org configuration variable to an alias:\n<%= config.bin %> <%= command.id %> target-org=my-scratch-org",
269
- "Set the global target-org configuration variable:\n<%= config.bin %> <%= command.id %> --global target-org=my-scratch-org",
270
- "Set a single configuration variable without using an equal sign; this syntax doesn't work when setting multiple configuration variables:\n<%= config.bin %> <%= command.id %> target-org me@my.com"
363
+ "Set the local target-org configuration variable to an org username:\n<%= config.bin %> <%= command.id %> target-org me@my.org",
364
+ "Set the local target-org configuration variable to an alias:\n<%= config.bin %> <%= command.id %> target-org my-scratch-org",
365
+ "Set the global target-org and target-dev-hub configuration variables using aliases:\n<%= config.bin %> <%= command.id %> --global target-org=my-scratch-org target-dev-hub=my-dev-hub"
271
366
  ],
272
- "deprecateAliases": true,
273
367
  "flags": {
274
368
  "json": {
275
- "name": "json",
276
- "type": "boolean",
277
369
  "description": "Format output as json.",
278
370
  "helpGroup": "GLOBAL",
371
+ "name": "json",
279
372
  "allowNo": false,
280
- "deprecateAliases": true
373
+ "type": "boolean"
281
374
  },
282
375
  "loglevel": {
283
- "name": "loglevel",
284
- "type": "option",
285
- "hidden": true,
286
- "multiple": false,
287
376
  "deprecated": {
288
377
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
289
378
  },
290
- "deprecateAliases": true
379
+ "hidden": true,
380
+ "name": "loglevel",
381
+ "hasDynamicHelp": false,
382
+ "multiple": false,
383
+ "type": "option"
291
384
  },
292
385
  "global": {
293
- "name": "global",
294
- "type": "boolean",
295
386
  "char": "g",
387
+ "name": "global",
296
388
  "summary": "Set the configuration variables globally, so they can be used from any Salesforce DX project.",
297
389
  "allowNo": false,
298
- "deprecateAliases": true
390
+ "type": "boolean"
299
391
  }
300
392
  },
301
- "args": {},
393
+ "hasDynamicHelp": false,
394
+ "hiddenAliases": [],
395
+ "id": "config:set",
396
+ "pluginAlias": "@salesforce/plugin-settings",
397
+ "pluginName": "@salesforce/plugin-settings",
398
+ "pluginType": "core",
399
+ "strict": false,
400
+ "summary": "Set one or more configuration variables, such as your default org.",
401
+ "enableJsonFlag": true,
402
+ "SF_ENV": "SF_ENV",
302
403
  "configurationVariablesSection": {
303
404
  "header": "CONFIGURATION VARIABLES",
304
405
  "body": [
@@ -335,53 +436,74 @@
335
436
  "description": "Maximum number of Salesforce records returned by a CLI command. Default: 10,000."
336
437
  }
337
438
  ]
338
- }
439
+ },
440
+ "isESM": true,
441
+ "relativePath": [
442
+ "lib",
443
+ "commands",
444
+ "config",
445
+ "set.js"
446
+ ],
447
+ "aliasPermutations": [
448
+ "force:config:set",
449
+ "config:force:set",
450
+ "config:set:force",
451
+ "force:set:config",
452
+ "set:force:config",
453
+ "set:config:force"
454
+ ],
455
+ "permutations": [
456
+ "config:set",
457
+ "set:config"
458
+ ]
339
459
  },
340
460
  "config:unset": {
341
- "id": "config:unset",
342
- "summary": "Unset local or global configuration variables.",
343
- "description": "Local configuration variables apply only to your current project. Global configuration variables apply in any Salesforce DX project.",
344
- "strict": false,
345
- "pluginName": "@salesforce/plugin-settings",
346
- "pluginAlias": "@salesforce/plugin-settings",
347
- "pluginType": "core",
348
461
  "aliases": [
349
462
  "force:config:unset"
350
463
  ],
464
+ "args": {},
465
+ "deprecateAliases": true,
466
+ "description": "Local configuration variables apply only to your current project. Global configuration variables apply in any Salesforce DX project.\n\nFor the full list of available configuration variables, see https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm.",
351
467
  "examples": [
352
468
  "Unset the local \"target-org\" configuration variable:\n<%= config.bin %> <%= command.id %> target-org",
353
469
  "Unset multiple configuration variables globally:\n<%= config.bin %> <%= command.id %> target-org api-version --global"
354
470
  ],
355
- "deprecateAliases": true,
356
471
  "flags": {
357
472
  "json": {
358
- "name": "json",
359
- "type": "boolean",
360
473
  "description": "Format output as json.",
361
474
  "helpGroup": "GLOBAL",
475
+ "name": "json",
362
476
  "allowNo": false,
363
- "deprecateAliases": true
477
+ "type": "boolean"
364
478
  },
365
479
  "loglevel": {
366
- "name": "loglevel",
367
- "type": "option",
368
- "hidden": true,
369
- "multiple": false,
370
480
  "deprecated": {
371
481
  "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
372
482
  },
373
- "deprecateAliases": true
483
+ "hidden": true,
484
+ "name": "loglevel",
485
+ "hasDynamicHelp": false,
486
+ "multiple": false,
487
+ "type": "option"
374
488
  },
375
489
  "global": {
376
- "name": "global",
377
- "type": "boolean",
378
490
  "char": "g",
379
- "summary": "Unset the configuration variables globally, so they can no longer be used from any Salesforce DX project.",
491
+ "name": "global",
492
+ "summary": "Unset the configuration variables globally.",
380
493
  "allowNo": false,
381
- "deprecateAliases": true
494
+ "type": "boolean"
382
495
  }
383
496
  },
384
- "args": {},
497
+ "hasDynamicHelp": false,
498
+ "hiddenAliases": [],
499
+ "id": "config:unset",
500
+ "pluginAlias": "@salesforce/plugin-settings",
501
+ "pluginName": "@salesforce/plugin-settings",
502
+ "pluginType": "core",
503
+ "strict": false,
504
+ "summary": "Unset local or global configuration variables.",
505
+ "enableJsonFlag": true,
506
+ "SF_ENV": "SF_ENV",
385
507
  "configurationVariablesSection": {
386
508
  "header": "CONFIGURATION VARIABLES",
387
509
  "body": [
@@ -418,7 +540,27 @@
418
540
  "description": "Maximum number of Salesforce records returned by a CLI command. Default: 10,000."
419
541
  }
420
542
  ]
421
- }
543
+ },
544
+ "isESM": true,
545
+ "relativePath": [
546
+ "lib",
547
+ "commands",
548
+ "config",
549
+ "unset.js"
550
+ ],
551
+ "aliasPermutations": [
552
+ "force:config:unset",
553
+ "config:force:unset",
554
+ "config:unset:force",
555
+ "force:unset:config",
556
+ "unset:force:config",
557
+ "unset:config:force"
558
+ ],
559
+ "permutations": [
560
+ "config:unset",
561
+ "unset:config"
562
+ ]
422
563
  }
423
- }
564
+ },
565
+ "version": "2.0.2"
424
566
  }