@salesforce/cli 2.22.6 → 2.23.0

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.6 linux-x64 node-v20.10.0
27
+ @salesforce/cli/2.23.0 linux-x64 node-v20.10.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -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
 
@@ -5236,7 +5246,7 @@ FLAG DESCRIPTIONS
5236
5246
  subscribers.
5237
5247
  ```
5238
5248
 
5239
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package1/version/create.ts)_
5249
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package1/version/create.ts)_
5240
5250
 
5241
5251
  ## `sf package1 version create get`
5242
5252
 
@@ -5268,7 +5278,7 @@ EXAMPLES
5268
5278
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
5269
5279
  ```
5270
5280
 
5271
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package1/version/create/get.ts)_
5281
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package1/version/create/get.ts)_
5272
5282
 
5273
5283
  ## `sf package1 version display`
5274
5284
 
@@ -5301,7 +5311,7 @@ EXAMPLES
5301
5311
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
5302
5312
  ```
5303
5313
 
5304
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package1/version/display.ts)_
5314
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package1/version/display.ts)_
5305
5315
 
5306
5316
  ## `sf package1 version list`
5307
5317
 
@@ -5338,7 +5348,7 @@ FLAG DESCRIPTIONS
5338
5348
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
5339
5349
  ```
5340
5350
 
5341
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package1/version/list.ts)_
5351
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package1/version/list.ts)_
5342
5352
 
5343
5353
  ## `sf package create`
5344
5354
 
@@ -5416,7 +5426,7 @@ FLAG DESCRIPTIONS
5416
5426
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
5417
5427
  ```
5418
5428
 
5419
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/create.ts)_
5429
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/create.ts)_
5420
5430
 
5421
5431
  ## `sf package delete`
5422
5432
 
@@ -5457,7 +5467,7 @@ EXAMPLES
5457
5467
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
5458
5468
  ```
5459
5469
 
5460
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/delete.ts)_
5470
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/delete.ts)_
5461
5471
 
5462
5472
  ## `sf package install`
5463
5473
 
@@ -5555,7 +5565,7 @@ FLAG DESCRIPTIONS
5555
5565
  specify DeprecateOnly or Delete only for unlocked package upgrades.
5556
5566
  ```
5557
5567
 
5558
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/install.ts)_
5568
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/install.ts)_
5559
5569
 
5560
5570
  ## `sf package install report`
5561
5571
 
@@ -5587,7 +5597,7 @@ EXAMPLES
5587
5597
  $ sf package install report --request-id 0Hf... --target-org me@example.com
5588
5598
  ```
5589
5599
 
5590
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/install/report.ts)_
5600
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/install/report.ts)_
5591
5601
 
5592
5602
  ## `sf package installed list`
5593
5603
 
@@ -5618,7 +5628,7 @@ EXAMPLES
5618
5628
  $ sf package installed list --target-org me@example.com
5619
5629
  ```
5620
5630
 
5621
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/installed/list.ts)_
5631
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/installed/list.ts)_
5622
5632
 
5623
5633
  ## `sf package list`
5624
5634
 
@@ -5655,7 +5665,7 @@ EXAMPLES
5655
5665
  $ sf package list --target-dev-hub devhub@example.com --verbose
5656
5666
  ```
5657
5667
 
5658
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/list.ts)_
5668
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/list.ts)_
5659
5669
 
5660
5670
  ## `sf package uninstall`
5661
5671
 
@@ -5702,7 +5712,7 @@ EXAMPLES
5702
5712
  $ sf package uninstall --package "Undesirable Package Alias"
5703
5713
  ```
5704
5714
 
5705
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/uninstall.ts)_
5715
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/uninstall.ts)_
5706
5716
 
5707
5717
  ## `sf package uninstall report`
5708
5718
 
@@ -5734,7 +5744,7 @@ EXAMPLES
5734
5744
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
5735
5745
  ```
5736
5746
 
5737
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/uninstall/report.ts)_
5747
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/uninstall/report.ts)_
5738
5748
 
5739
5749
  ## `sf package update`
5740
5750
 
@@ -5788,7 +5798,7 @@ FLAG DESCRIPTIONS
5788
5798
  associated with your package.
5789
5799
  ```
5790
5800
 
5791
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/update.ts)_
5801
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/update.ts)_
5792
5802
 
5793
5803
  ## `sf package version create`
5794
5804
 
@@ -5943,7 +5953,7 @@ FLAG DESCRIPTIONS
5943
5953
  periods of no output from commands.
5944
5954
  ```
5945
5955
 
5946
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/create.ts)_
5956
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/version/create.ts)_
5947
5957
 
5948
5958
  ## `sf package version create list`
5949
5959
 
@@ -6003,7 +6013,7 @@ EXAMPLES
6003
6013
  $ sf package version create list --created-last-days 0 --status Success
6004
6014
  ```
6005
6015
 
6006
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/create/list.ts)_
6016
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/version/create/list.ts)_
6007
6017
 
6008
6018
  ## `sf package version create report`
6009
6019
 
@@ -6045,7 +6055,7 @@ EXAMPLES
6045
6055
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
6046
6056
  ```
6047
6057
 
6048
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/create/report.ts)_
6058
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/version/create/report.ts)_
6049
6059
 
6050
6060
  ## `sf package version delete`
6051
6061
 
@@ -6083,7 +6093,7 @@ EXAMPLES
6083
6093
  $ sf package version delete --package 04t... --target-org devhub@example.com
6084
6094
  ```
6085
6095
 
6086
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/delete.ts)_
6096
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/version/delete.ts)_
6087
6097
 
6088
6098
  ## `sf package version displayancestry`
6089
6099
 
@@ -6141,7 +6151,7 @@ FLAG DESCRIPTIONS
6141
6151
  You can use the DOT code output in graph visualization software to create tree visualizations.
6142
6152
  ```
6143
6153
 
6144
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/displayancestry.ts)_
6154
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/version/displayancestry.ts)_
6145
6155
 
6146
6156
  ## `sf package version list`
6147
6157
 
@@ -6209,7 +6219,7 @@ EXAMPLES
6209
6219
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
6210
6220
  ```
6211
6221
 
6212
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/list.ts)_
6222
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/version/list.ts)_
6213
6223
 
6214
6224
  ## `sf package version promote`
6215
6225
 
@@ -6252,7 +6262,7 @@ EXAMPLES
6252
6262
  $ sf package version promote --package "Awesome Package Alias"
6253
6263
  ```
6254
6264
 
6255
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/promote.ts)_
6265
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/version/promote.ts)_
6256
6266
 
6257
6267
  ## `sf package version report`
6258
6268
 
@@ -6291,7 +6301,7 @@ EXAMPLES
6291
6301
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
6292
6302
  ```
6293
6303
 
6294
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/report.ts)_
6304
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/version/report.ts)_
6295
6305
 
6296
6306
  ## `sf package version update`
6297
6307
 
@@ -6343,7 +6353,7 @@ EXAMPLES
6343
6353
  $ sf package version update --package 04t... --version-description "New Package Version Description"
6344
6354
  ```
6345
6355
 
6346
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.8/src/commands/package/version/update.ts)_
6356
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.9/src/commands/package/version/update.ts)_
6347
6357
 
6348
6358
  ## `sf plugins`
6349
6359
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.22.6",
3
+ "version": "2.23.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.22.6",
9
+ "version": "2.23.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -30,11 +30,11 @@
30
30
  "@salesforce/plugin-limits": "3.0.6",
31
31
  "@salesforce/plugin-marketplace": "1.0.11",
32
32
  "@salesforce/plugin-org": "3.1.2",
33
- "@salesforce/plugin-packaging": "1.27.8",
33
+ "@salesforce/plugin-packaging": "1.27.9",
34
34
  "@salesforce/plugin-schema": "3.0.8",
35
35
  "@salesforce/plugin-settings": "2.0.9",
36
36
  "@salesforce/plugin-sobject": "1.0.6",
37
- "@salesforce/plugin-source": "3.0.3",
37
+ "@salesforce/plugin-source": "3.0.6",
38
38
  "@salesforce/plugin-telemetry": "3.1.6",
39
39
  "@salesforce/plugin-templates": "56.0.4",
40
40
  "@salesforce/plugin-trust": "3.2.0",
@@ -4221,16 +4221,16 @@
4221
4221
  }
4222
4222
  },
4223
4223
  "node_modules/@salesforce/plugin-packaging": {
4224
- "version": "1.27.8",
4225
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-1.27.8.tgz",
4226
- "integrity": "sha512-717UqQ8f348n154Qe8ImRGSM1w7/2xu1NjoaXyLXtBLux2me+pKKWiM8CE9LFntZlVD62CLnNhpiC1xJlvbIXA==",
4224
+ "version": "1.27.9",
4225
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-1.27.9.tgz",
4226
+ "integrity": "sha512-Q5hUgVhVEwlYZAARHjRs1gzcqGwVIomd07jwyiXv0KYihEVCE/MRumIuh25dVbOVcrueMpeSiWzqgn3ntm5A9w==",
4227
4227
  "license": "BSD-3-Clause",
4228
4228
  "dependencies": {
4229
4229
  "@oclif/core": "^3.14.1",
4230
- "@salesforce/core": "^6.1.3",
4230
+ "@salesforce/core": "^6.4.0",
4231
4231
  "@salesforce/kit": "^3.0.15",
4232
4232
  "@salesforce/packaging": "^3.0.4",
4233
- "@salesforce/sf-plugins-core": "^5.0.5",
4233
+ "@salesforce/sf-plugins-core": "^5.0.8",
4234
4234
  "chalk": "^4.1.2",
4235
4235
  "tslib": "^2"
4236
4236
  },
@@ -8763,18 +8763,18 @@
8763
8763
  }
8764
8764
  },
8765
8765
  "node_modules/@salesforce/plugin-source": {
8766
- "version": "3.0.3",
8767
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.0.3.tgz",
8768
- "integrity": "sha512-Uq05Bw6DWgoOi6Nm9ndAV0hrp5nBncmqTGbWHjnHzO/WgS/MjIWGyEmLY7XMOmGHaDQtIKWFX7MHeoCV6qPrZw==",
8766
+ "version": "3.0.6",
8767
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.0.6.tgz",
8768
+ "integrity": "sha512-B8KcY9tYdrGJ8BMfly0AzALfR4GrlgddfT/i6VxLCAHCNDsae59k5AGBkm2lLmEFu66ZziaZXPE2k7q37SreNg==",
8769
8769
  "license": "BSD-3-Clause",
8770
8770
  "dependencies": {
8771
8771
  "@oclif/core": "^3.13.1",
8772
8772
  "@salesforce/apex-node": "^2.1.2",
8773
- "@salesforce/core": "^6.2.2",
8773
+ "@salesforce/core": "^6.4.0",
8774
8774
  "@salesforce/kit": "^3.0.15",
8775
- "@salesforce/sf-plugins-core": "^5.0.1",
8776
- "@salesforce/source-deploy-retrieve": "^10.0.0",
8777
- "@salesforce/source-tracking": "^5.0.0",
8775
+ "@salesforce/sf-plugins-core": "^5.0.8",
8776
+ "@salesforce/source-deploy-retrieve": "^10.2.1",
8777
+ "@salesforce/source-tracking": "^5.1.3",
8778
8778
  "chalk": "^5.3.0",
8779
8779
  "got": "^13.0.0",
8780
8780
  "proxy-agent": "^6.3.1"
@@ -5240,5 +5240,5 @@
5240
5240
  ]
5241
5241
  }
5242
5242
  },
5243
- "version": "2.22.6"
5243
+ "version": "2.23.0"
5244
5244
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.22.6",
4
+ "version": "2.23.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -73,7 +73,7 @@
73
73
  "jitPlugins": {
74
74
  "@salesforce/plugin-custom-metadata": "3.0.7",
75
75
  "@salesforce/plugin-community": "3.0.5",
76
- "@salesforce/plugin-dev": "2.0.4",
76
+ "@salesforce/plugin-dev": "2.1.0",
77
77
  "@salesforce/plugin-devops-center": "1.2.5",
78
78
  "@salesforce/plugin-env": "3.0.9",
79
79
  "@salesforce/plugin-functions": "1.22.11",
@@ -153,11 +153,11 @@
153
153
  "@salesforce/plugin-limits": "3.0.6",
154
154
  "@salesforce/plugin-marketplace": "1.0.11",
155
155
  "@salesforce/plugin-org": "3.1.2",
156
- "@salesforce/plugin-packaging": "1.27.8",
156
+ "@salesforce/plugin-packaging": "1.27.9",
157
157
  "@salesforce/plugin-schema": "3.0.8",
158
158
  "@salesforce/plugin-settings": "2.0.9",
159
159
  "@salesforce/plugin-sobject": "1.0.6",
160
- "@salesforce/plugin-source": "3.0.3",
160
+ "@salesforce/plugin-source": "3.0.6",
161
161
  "@salesforce/plugin-telemetry": "3.1.6",
162
162
  "@salesforce/plugin-templates": "56.0.4",
163
163
  "@salesforce/plugin-trust": "3.2.0",