@salesforce/cli 2.22.7 → 2.23.1

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.
package/README.md CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.22.7 linux-x64 node-v20.10.0
27
+ @salesforce/cli/2.23.1 linux-x64 node-v20.10.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1124,7 +1124,7 @@ EXAMPLES
1124
1124
  TracedEntityId=01p17000000R6bLAAS"
1125
1125
  ```
1126
1126
 
1127
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/create/record.ts)_
1127
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/create/record.ts)_
1128
1128
 
1129
1129
  ## `sf data delete bulk`
1130
1130
 
@@ -1169,7 +1169,7 @@ EXAMPLES
1169
1169
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1170
1170
  ```
1171
1171
 
1172
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/delete/bulk.ts)_
1172
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/delete/bulk.ts)_
1173
1173
 
1174
1174
  ## `sf data delete record`
1175
1175
 
@@ -1228,7 +1228,7 @@ EXAMPLES
1228
1228
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1229
1229
  ```
1230
1230
 
1231
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/delete/record.ts)_
1231
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/delete/record.ts)_
1232
1232
 
1233
1233
  ## `sf data delete resume`
1234
1234
 
@@ -1265,7 +1265,7 @@ EXAMPLES
1265
1265
  $ sf data delete resume --use-most-recent --target-org my-scratch
1266
1266
  ```
1267
1267
 
1268
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/delete/resume.ts)_
1268
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/delete/resume.ts)_
1269
1269
 
1270
1270
  ## `sf data export tree`
1271
1271
 
@@ -1323,7 +1323,7 @@ EXAMPLES
1323
1323
  my-scratch
1324
1324
  ```
1325
1325
 
1326
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/export/tree.ts)_
1326
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/export/tree.ts)_
1327
1327
 
1328
1328
  ## `sf data get record`
1329
1329
 
@@ -1385,7 +1385,7 @@ EXAMPLES
1385
1385
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1386
1386
  ```
1387
1387
 
1388
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/get/record.ts)_
1388
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/get/record.ts)_
1389
1389
 
1390
1390
  ## `sf data import tree`
1391
1391
 
@@ -1436,7 +1436,7 @@ EXAMPLES
1436
1436
  $ sf data import tree --plan Account-Contact-plan.json
1437
1437
  ```
1438
1438
 
1439
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/import/tree.ts)_
1439
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/import/tree.ts)_
1440
1440
 
1441
1441
  ## `sf data query`
1442
1442
 
@@ -1499,7 +1499,7 @@ EXAMPLES
1499
1499
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1500
1500
  ```
1501
1501
 
1502
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/query.ts)_
1502
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/query.ts)_
1503
1503
 
1504
1504
  ## `sf data query resume`
1505
1505
 
@@ -1535,7 +1535,7 @@ EXAMPLES
1535
1535
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1536
1536
  ```
1537
1537
 
1538
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/query/resume.ts)_
1538
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/query/resume.ts)_
1539
1539
 
1540
1540
  ## `sf data resume`
1541
1541
 
@@ -1571,7 +1571,7 @@ EXAMPLES
1571
1571
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1572
1572
  ```
1573
1573
 
1574
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/resume.ts)_
1574
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/resume.ts)_
1575
1575
 
1576
1576
  ## `sf data update record`
1577
1577
 
@@ -1632,7 +1632,7 @@ EXAMPLES
1632
1632
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1633
1633
  ```
1634
1634
 
1635
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/update/record.ts)_
1635
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/update/record.ts)_
1636
1636
 
1637
1637
  ## `sf data upsert bulk`
1638
1638
 
@@ -1684,7 +1684,7 @@ EXAMPLES
1684
1684
  my-scratch
1685
1685
  ```
1686
1686
 
1687
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/upsert/bulk.ts)_
1687
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/upsert/bulk.ts)_
1688
1688
 
1689
1689
  ## `sf data upsert resume`
1690
1690
 
@@ -1721,7 +1721,7 @@ EXAMPLES
1721
1721
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1722
1722
  ```
1723
1723
 
1724
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/data/upsert/resume.ts)_
1724
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/upsert/resume.ts)_
1725
1725
 
1726
1726
  ## `sf doctor`
1727
1727
 
@@ -1813,7 +1813,7 @@ EXAMPLES
1813
1813
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1814
1814
  ```
1815
1815
 
1816
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/force/data/bulk/delete.ts)_
1816
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/force/data/bulk/delete.ts)_
1817
1817
 
1818
1818
  ## `sf force data bulk status`
1819
1819
 
@@ -1849,7 +1849,7 @@ EXAMPLES
1849
1849
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1850
1850
  ```
1851
1851
 
1852
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/force/data/bulk/status.ts)_
1852
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/force/data/bulk/status.ts)_
1853
1853
 
1854
1854
  ## `sf force data bulk upsert`
1855
1855
 
@@ -1906,7 +1906,7 @@ EXAMPLES
1906
1906
  --target-org my-scratch
1907
1907
  ```
1908
1908
 
1909
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.6/src/commands/force/data/bulk/upsert.ts)_
1909
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/force/data/bulk/upsert.ts)_
1910
1910
 
1911
1911
  ## `sf force mdapi deploy`
1912
1912
 
@@ -2106,7 +2106,7 @@ FLAG DESCRIPTIONS
2106
2106
  Indicates that you want verbose output from the deploy operation.
2107
2107
  ```
2108
2108
 
2109
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.3/src/commands/force/mdapi/deploy.ts)_
2109
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/mdapi/deploy.ts)_
2110
2110
 
2111
2111
  ## `sf force mdapi deploy cancel`
2112
2112
 
@@ -2118,7 +2118,8 @@ USAGE
2118
2118
 
2119
2119
  FLAGS
2120
2120
  -i, --jobid=<value> Job ID of the deployment you want to cancel; defaults to your most recent CLI deployment.
2121
- -o, --target-org=<value> (required) Username or alias of the target org.
2121
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
2122
+ configuration variable is already set.
2122
2123
  -w, --wait=<value> [default: [object Object]] Number of minutes for the command to complete and display
2123
2124
  results to the terminal window.
2124
2125
  --api-version=<value> Override the api version used for api requests made by this command
@@ -2149,7 +2150,7 @@ FLAG DESCRIPTIONS
2149
2150
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2150
2151
  ```
2151
2152
 
2152
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.3/src/commands/force/mdapi/deploy/cancel.ts)_
2153
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/mdapi/deploy/cancel.ts)_
2153
2154
 
2154
2155
  ## `sf force mdapi deploy report`
2155
2156
 
@@ -2167,7 +2168,8 @@ FLAGS
2167
2168
  recent CLI deployment.
2168
2169
 
2169
2170
  -o, --target-org=<value>
2170
- (required) Username or alias of the target org.
2171
+ (required) Username or alias of the target org. Not required if the `target-org` configuration variable is already
2172
+ set.
2171
2173
 
2172
2174
  -w, --wait=<value>
2173
2175
  [default: [object Object]] Number of minutes to wait for the command to finish; use -1 to poll indefinitely.
@@ -2220,7 +2222,7 @@ FLAG DESCRIPTIONS
2220
2222
  use the ID of the most recent metadata deployment.
2221
2223
  ```
2222
2224
 
2223
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.3/src/commands/force/mdapi/deploy/report.ts)_
2225
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/mdapi/deploy/report.ts)_
2224
2226
 
2225
2227
  ## `sf force mdapi retrieve`
2226
2228
 
@@ -2237,7 +2239,8 @@ FLAGS
2237
2239
  sfdx-project.json.
2238
2240
  -k, --unpackaged=<value> Complete path for the manifest file that specifies the components to retrieve.
2239
2241
  -n, --zipfilename=<value> File name to use for the retrieved zip file.
2240
- -o, --target-org=<value> (required) Username or alias of the target org.
2242
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
2243
+ configuration variable is already set.
2241
2244
  -p, --packagenames=<value>... Comma-separated list of packages to retrieve.
2242
2245
  -r, --retrievetargetdir=<value> (required) Root of the directory structure where the retrieved .zip or metadata files
2243
2246
  are retrieved.
@@ -2284,7 +2287,7 @@ FLAG DESCRIPTIONS
2284
2287
  By default, the CLI assumes the directory is structured for a set of packages.
2285
2288
  ```
2286
2289
 
2287
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.3/src/commands/force/mdapi/retrieve.ts)_
2290
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/mdapi/retrieve.ts)_
2288
2291
 
2289
2292
  ## `sf force mdapi retrieve report`
2290
2293
 
@@ -2298,7 +2301,8 @@ USAGE
2298
2301
  FLAGS
2299
2302
  -i, --jobid=<value> Job ID of the retrieve you want to check; defaults to your most recent CLI retrieval.
2300
2303
  -n, --zipfilename=<value> File name to use for the retrieved zip file.
2301
- -o, --target-org=<value> (required) Username or alias of the target org.
2304
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
2305
+ configuration variable is already set.
2302
2306
  -r, --retrievetargetdir=<value> Root of the directory structure where the retrieved .zip or metadata files are
2303
2307
  retrieved.
2304
2308
  -w, --wait=<value> [default: [object Object]] Number of minutes to wait for the command to complete.
@@ -2338,7 +2342,7 @@ FLAG DESCRIPTIONS
2338
2342
  You must specify a --retrievetargetdir. Use with --wait to resume waiting.
2339
2343
  ```
2340
2344
 
2341
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.3/src/commands/force/mdapi/retrieve/report.ts)_
2345
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/mdapi/retrieve/report.ts)_
2342
2346
 
2343
2347
  ## `sf force org clone`
2344
2348
 
@@ -2772,7 +2776,7 @@ FLAG DESCRIPTIONS
2772
2776
  If you specify this parameter, don’t specify --metadata or --sourcepath.
2773
2777
  ```
2774
2778
 
2775
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.3/src/commands/force/source/deploy.ts)_
2779
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/deploy.ts)_
2776
2780
 
2777
2781
  ## `sf force source deploy cancel`
2778
2782
 
@@ -2785,7 +2789,8 @@ USAGE
2785
2789
  FLAGS
2786
2790
  -i, --jobid=<value> Job ID of the deployment you want to cancel; defaults to your most recent CLI deployment if
2787
2791
  not specified.
2788
- -o, --target-org=<value> (required) Username or alias of the target org.
2792
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
2793
+ configuration variable is already set.
2789
2794
  -w, --wait=<value> [default: [object Object]] Number of minutes to wait for the command to complete and
2790
2795
  display results.
2791
2796
  --api-version=<value> Override the api version used for api requests made by this command
@@ -2817,7 +2822,7 @@ FLAG DESCRIPTIONS
2817
2822
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2818
2823
  ```
2819
2824
 
2820
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.3/src/commands/force/source/deploy/cancel.ts)_
2825
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/deploy/cancel.ts)_
2821
2826
 
2822
2827
  ## `sf force source deploy report`
2823
2828
 
@@ -2834,7 +2839,8 @@ FLAGS
2834
2839
  Job ID of the deployment you want to check; defaults to your most recent CLI deployment.
2835
2840
 
2836
2841
  -o, --target-org=<value>
2837
- (required) Username or alias of the target org.
2842
+ (required) Username or alias of the target org. Not required if the `target-org` configuration variable is already
2843
+ set.
2838
2844
 
2839
2845
  -w, --wait=<value>
2840
2846
  [default: [object Object]] Number of minutes to wait for the command to complete and display results to the terminal
@@ -2880,7 +2886,7 @@ FLAG DESCRIPTIONS
2880
2886
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2881
2887
  ```
2882
2888
 
2883
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.3/src/commands/force/source/deploy/report.ts)_
2889
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/deploy/report.ts)_
2884
2890
 
2885
2891
  ## `sf force source pull`
2886
2892
 
@@ -2892,7 +2898,8 @@ USAGE
2892
2898
 
2893
2899
  FLAGS
2894
2900
  -f, --forceoverwrite Ignore conflict warnings; changes in the org overwrite changes in the project.
2895
- -o, --target-org=<value> (required) Username or alias of the target org.
2901
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
2902
+ configuration variable is already set.
2896
2903
  -w, --wait=<value> [default: [object Object]] Number of minutes to wait for the command to complete and
2897
2904
  display results to the terminal window.
2898
2905
  --api-version=<value> Override the api version used for api requests made by this command
@@ -2923,7 +2930,7 @@ FLAG DESCRIPTIONS
2923
2930
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2924
2931
  ```
2925
2932
 
2926
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.3/src/commands/force/source/pull.ts)_
2933
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/pull.ts)_
2927
2934
 
2928
2935
  ## `sf force source push`
2929
2936
 
@@ -2937,7 +2944,8 @@ FLAGS
2937
2944
  -f, --forceoverwrite Ignore conflict warnings and push source anyway; changes in the project overwrite changes
2938
2945
  in the org.
2939
2946
  -g, --ignorewarnings Deploy changes even if warnings are generated.
2940
- -o, --target-org=<value> (required) Username or alias of the target org.
2947
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
2948
+ configuration variable is already set.
2941
2949
  -w, --wait=<value> [default: [object Object]] Number of minutes to wait for the command to complete and
2942
2950
  display results to the terminal window.
2943
2951
  --api-version=<value> Override the api version used for api requests made by this command
@@ -2968,7 +2976,7 @@ FLAG DESCRIPTIONS
2968
2976
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2969
2977
  ```
2970
2978
 
2971
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.3/src/commands/force/source/push.ts)_
2979
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/push.ts)_
2972
2980
 
2973
2981
  ## `sf force source retrieve`
2974
2982
 
@@ -2984,7 +2992,8 @@ FLAGS
2984
2992
  -f, --forceoverwrite Ignore conflict warnings and overwrite changes to the project.
2985
2993
  -m, --metadata=<value>... Comma-separated list of names of metadata components to retrieve from the org.
2986
2994
  -n, --packagenames=<value>... Comma-separated list of packages to retrieve.
2987
- -o, --target-org=<value> (required) Username or alias of the target org.
2995
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
2996
+ configuration variable is already set.
2988
2997
  -p, --sourcepath=<value>... Comma-separated list of file paths for source to retrieve from the org.
2989
2998
  -r, --retrievetargetdir=<value> Root of the directory structure into which the source files are retrieved.
2990
2999
  -t, --tracksource If the retrieve succeeds, update source tracking information; doesn't delete local
@@ -3093,7 +3102,7 @@ FLAG DESCRIPTIONS
3093
3102
  If you specify this parameter, don’t specify --metadata or --sourcepath.
3094
3103
  ```
3095
3104
 
3096
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.3/src/commands/force/source/retrieve.ts)_
3105
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/retrieve.ts)_
3097
3106
 
3098
3107
  ## `sf force source status`
3099
3108
 
@@ -3105,7 +3114,8 @@ USAGE
3105
3114
 
3106
3115
  FLAGS
3107
3116
  -l, --local List the changes that have been made locally.
3108
- -o, --target-org=<value> (required) Username or alias of the target org.
3117
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
3118
+ configuration variable is already set.
3109
3119
  -r, --remote List the changes that have been made in the org.
3110
3120
  --api-version=<value> Override the api version used for api requests made by this command
3111
3121
  --concise Show only the changes that will be pushed or pulled; omits files that are forceignored.
@@ -3123,7 +3133,7 @@ EXAMPLES
3123
3133
  $ sf force source status --remote
3124
3134
  ```
3125
3135
 
3126
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.3/src/commands/force/source/status.ts)_
3136
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/status.ts)_
3127
3137
 
3128
3138
  ## `sf force user password generate`
3129
3139
 
@@ -4,7 +4,7 @@
4
4
  * Licensed under the BSD 3-Clause license.
5
5
  * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
6
6
  */
7
- import * as os from 'os';
7
+ import * as os from 'node:os';
8
8
  import { toConfiguredId, toStandardizedId, loadHelpClass } from '@oclif/core';
9
9
  import { Prompter } from '@salesforce/sf-plugins-core';
10
10
  function buildChoices(matches, config) {