@salesforce/cli 2.17.10-dev.0 → 2.17.11

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.17.10-dev.0 linux-x64 node-v18.15.0
27
+ @salesforce/cli/2.17.11 linux-x64 node-v20.9.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -2068,7 +2068,7 @@ FLAG DESCRIPTIONS
2068
2068
  Indicates that you want verbose output from the deploy operation.
2069
2069
  ```
2070
2070
 
2071
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/deploy.ts)_
2071
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/deploy.ts)_
2072
2072
 
2073
2073
  ## `sf force mdapi deploy cancel`
2074
2074
 
@@ -2111,7 +2111,7 @@ FLAG DESCRIPTIONS
2111
2111
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2112
2112
  ```
2113
2113
 
2114
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/deploy/cancel.ts)_
2114
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/deploy/cancel.ts)_
2115
2115
 
2116
2116
  ## `sf force mdapi deploy report`
2117
2117
 
@@ -2182,7 +2182,7 @@ FLAG DESCRIPTIONS
2182
2182
  use the ID of the most recent metadata deployment.
2183
2183
  ```
2184
2184
 
2185
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/deploy/report.ts)_
2185
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/deploy/report.ts)_
2186
2186
 
2187
2187
  ## `sf force mdapi retrieve`
2188
2188
 
@@ -2246,7 +2246,7 @@ FLAG DESCRIPTIONS
2246
2246
  By default, the CLI assumes the directory is structured for a set of packages.
2247
2247
  ```
2248
2248
 
2249
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/retrieve.ts)_
2249
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/retrieve.ts)_
2250
2250
 
2251
2251
  ## `sf force mdapi retrieve report`
2252
2252
 
@@ -2300,7 +2300,7 @@ FLAG DESCRIPTIONS
2300
2300
  You must specify a --retrievetargetdir. Use with --wait to resume waiting.
2301
2301
  ```
2302
2302
 
2303
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/mdapi/retrieve/report.ts)_
2303
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/retrieve/report.ts)_
2304
2304
 
2305
2305
  ## `sf force org clone`
2306
2306
 
@@ -2731,7 +2731,7 @@ FLAG DESCRIPTIONS
2731
2731
  If you specify this parameter, don’t specify --metadata or --sourcepath.
2732
2732
  ```
2733
2733
 
2734
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/deploy.ts)_
2734
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/deploy.ts)_
2735
2735
 
2736
2736
  ## `sf force source deploy cancel`
2737
2737
 
@@ -2776,7 +2776,7 @@ FLAG DESCRIPTIONS
2776
2776
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2777
2777
  ```
2778
2778
 
2779
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/deploy/cancel.ts)_
2779
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/deploy/cancel.ts)_
2780
2780
 
2781
2781
  ## `sf force source deploy report`
2782
2782
 
@@ -2839,7 +2839,7 @@ FLAG DESCRIPTIONS
2839
2839
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2840
2840
  ```
2841
2841
 
2842
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/deploy/report.ts)_
2842
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/deploy/report.ts)_
2843
2843
 
2844
2844
  ## `sf force source pull`
2845
2845
 
@@ -2882,7 +2882,7 @@ FLAG DESCRIPTIONS
2882
2882
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2883
2883
  ```
2884
2884
 
2885
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/pull.ts)_
2885
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/pull.ts)_
2886
2886
 
2887
2887
  ## `sf force source push`
2888
2888
 
@@ -2927,7 +2927,7 @@ FLAG DESCRIPTIONS
2927
2927
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2928
2928
  ```
2929
2929
 
2930
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/push.ts)_
2930
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/push.ts)_
2931
2931
 
2932
2932
  ## `sf force source retrieve`
2933
2933
 
@@ -3052,7 +3052,7 @@ FLAG DESCRIPTIONS
3052
3052
  If you specify this parameter, don’t specify --metadata or --sourcepath.
3053
3053
  ```
3054
3054
 
3055
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/retrieve.ts)_
3055
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/retrieve.ts)_
3056
3056
 
3057
3057
  ## `sf force source status`
3058
3058
 
@@ -3082,7 +3082,7 @@ EXAMPLES
3082
3082
  $ sf force source status --remote
3083
3083
  ```
3084
3084
 
3085
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.10.46/src/commands/force/source/status.ts)_
3085
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/status.ts)_
3086
3086
 
3087
3087
  ## `sf force user password generate`
3088
3088
 
@@ -5118,7 +5118,7 @@ EXAMPLES
5118
5118
  $ sf plugins
5119
5119
  ```
5120
5120
 
5121
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.0/src/commands/plugins/index.ts)_
5121
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/index.ts)_
5122
5122
 
5123
5123
  ## `sf plugins discover`
5124
5124
 
@@ -5162,7 +5162,7 @@ EXAMPLES
5162
5162
  $ sf plugins:inspect myplugin
5163
5163
  ```
5164
5164
 
5165
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.0/src/commands/plugins/inspect.ts)_
5165
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/inspect.ts)_
5166
5166
 
5167
5167
  ## `sf plugins:install PLUGIN...`
5168
5168
 
@@ -5203,7 +5203,7 @@ EXAMPLES
5203
5203
  $ sf plugins:install someuser/someplugin
5204
5204
  ```
5205
5205
 
5206
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.0/src/commands/plugins/install.ts)_
5206
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/install.ts)_
5207
5207
 
5208
5208
  ## `sf plugins:link PLUGIN`
5209
5209
 
@@ -5233,7 +5233,7 @@ EXAMPLES
5233
5233
  $ sf plugins:link myplugin
5234
5234
  ```
5235
5235
 
5236
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.0/src/commands/plugins/link.ts)_
5236
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/link.ts)_
5237
5237
 
5238
5238
  ## `sf plugins reset`
5239
5239
 
@@ -5244,7 +5244,7 @@ USAGE
5244
5244
  $ sf plugins reset
5245
5245
  ```
5246
5246
 
5247
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.0/src/commands/plugins/reset.ts)_
5247
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/reset.ts)_
5248
5248
 
5249
5249
  ## `sf plugins trust verify`
5250
5250
 
@@ -5297,7 +5297,7 @@ ALIASES
5297
5297
  $ sf plugins remove
5298
5298
  ```
5299
5299
 
5300
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.0/src/commands/plugins/uninstall.ts)_
5300
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/uninstall.ts)_
5301
5301
 
5302
5302
  ## `sf plugins update`
5303
5303
 
@@ -5315,7 +5315,7 @@ DESCRIPTION
5315
5315
  Update installed plugins.
5316
5316
  ```
5317
5317
 
5318
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.0/src/commands/plugins/update.ts)_
5318
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/update.ts)_
5319
5319
 
5320
5320
  ## `sf project convert mdapi`
5321
5321
 
@@ -7177,7 +7177,7 @@ EXAMPLES
7177
7177
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
7178
7178
  ```
7179
7179
 
7180
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.33/src/commands/sobject/describe.ts)_
7180
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.0.1/src/commands/sobject/describe.ts)_
7181
7181
 
7182
7182
  ## `sf sobject list`
7183
7183
 
@@ -7214,7 +7214,7 @@ EXAMPLES
7214
7214
  $ sf sobject list --sobject custom --target-org my-scratch-org
7215
7215
  ```
7216
7216
 
7217
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/2.3.33/src/commands/sobject/list.ts)_
7217
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.0.1/src/commands/sobject/list.ts)_
7218
7218
 
7219
7219
  ## `sf static-resource generate`
7220
7220
 
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.17.10-dev.0",
3
+ "version": "2.17.11",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.17.10-dev.0",
9
+ "version": "2.17.11",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
- "@oclif/core": "3.10.6",
13
+ "@oclif/core": "3.10.7",
14
14
  "@oclif/plugin-autocomplete": "3.0.1",
15
15
  "@oclif/plugin-commands": "3.0.6",
16
16
  "@oclif/plugin-help": "6.0.5",
17
17
  "@oclif/plugin-not-found": "3.0.3",
18
- "@oclif/plugin-plugins": "4.1.0",
18
+ "@oclif/plugin-plugins": "4.1.2",
19
19
  "@oclif/plugin-search": "1.0.6",
20
20
  "@oclif/plugin-update": "4.1.3",
21
21
  "@oclif/plugin-version": "2.0.6",
@@ -31,10 +31,10 @@
31
31
  "@salesforce/plugin-login": "2.0.1",
32
32
  "@salesforce/plugin-marketplace": "1.0.2",
33
33
  "@salesforce/plugin-org": "2.11.8",
34
- "@salesforce/plugin-schema": "2.3.33",
34
+ "@salesforce/plugin-schema": "3.0.1",
35
35
  "@salesforce/plugin-settings": "2.0.2",
36
36
  "@salesforce/plugin-sobject": "0.2.15",
37
- "@salesforce/plugin-source": "2.10.46",
37
+ "@salesforce/plugin-source": "2.11.0",
38
38
  "@salesforce/plugin-telemetry": "3.1.0",
39
39
  "@salesforce/plugin-templates": "55.5.18",
40
40
  "@salesforce/plugin-trust": "3.0.1",
@@ -56,7 +56,7 @@
56
56
  "@types/debug": "^4.1.10",
57
57
  "@typescript-eslint/eslint-plugin": "^5.62.0",
58
58
  "@typescript-eslint/parser": "^5.62.0",
59
- "aws-sdk": "^2.1484.0",
59
+ "aws-sdk": "^2.1490.0",
60
60
  "chai": "^4.3.10",
61
61
  "eslint": "^8.51.0",
62
62
  "eslint-config-oclif": "^5",
@@ -2106,9 +2106,9 @@
2106
2106
  }
2107
2107
  },
2108
2108
  "node_modules/@oclif/core": {
2109
- "version": "3.10.6",
2110
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.6.tgz",
2111
- "integrity": "sha512-A752i/hnPCiW9+9SIk6y3RZYxY8l28hJK1i6tLN2CiaiOV4TRhuOYPVQCI8pcSsNq0MJpcXSzU1YvsXXQ1/E5g==",
2109
+ "version": "3.10.7",
2110
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.7.tgz",
2111
+ "integrity": "sha512-LaFszuYfJJpQP/hYrrwRZOA7qCAJFVPcyo4qsZiRTMyrB3CrFtWkpSoYaaWVsoCwIcYgGLXCNc2pIFZUBgWBnQ==",
2112
2112
  "license": "MIT",
2113
2113
  "dependencies": {
2114
2114
  "ansi-escapes": "^4.3.2",
@@ -2360,9 +2360,9 @@
2360
2360
  }
2361
2361
  },
2362
2362
  "node_modules/@oclif/plugin-plugins": {
2363
- "version": "4.1.0",
2364
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.0.tgz",
2365
- "integrity": "sha512-ibdupO8Hpkij8Q8nS4nGAYTEFtrJGuFjF6h/NoiXOJhrEZfBK0J1q544DJkMH3XCLldCMILK7H5QWq/EiRojHw==",
2363
+ "version": "4.1.2",
2364
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.2.tgz",
2365
+ "integrity": "sha512-xEr3gId+UQoNCx4sNnFpPnvkjWCfEgRC694GC/ahg4d59Y0dkhNw/8flmalM1NpO5AW+62Hz107xPPv2nT4Rtw==",
2366
2366
  "license": "MIT",
2367
2367
  "dependencies": {
2368
2368
  "@oclif/core": "^3.10.2",
@@ -4777,111 +4777,17 @@
4777
4777
  }
4778
4778
  },
4779
4779
  "node_modules/@salesforce/plugin-schema": {
4780
- "version": "2.3.33",
4781
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.33.tgz",
4782
- "integrity": "sha512-8Q3M1/hOlkPYPE+fe1dD1MSHe4GZhTJuYufiHC4XSVShVVBUIuTYcnFKiHNoO8wNpBcrgdl8B17bOF5EHQF86Q==",
4780
+ "version": "3.0.1",
4781
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.0.1.tgz",
4782
+ "integrity": "sha512-DKP5kuR1dy12dMGchPiTlKb4zxCZ1dsgggJk6MYha4uso6qiTgtJ0kKgiXwpK7wqNFTz0AutouLo2PnLOlQTWw==",
4783
4783
  "license": "BSD-3-Clause",
4784
4784
  "dependencies": {
4785
- "@oclif/core": "^2.15.0",
4785
+ "@oclif/core": "^3.10.4",
4786
4786
  "@salesforce/core": "^5.3.10",
4787
- "@salesforce/sf-plugins-core": "^3.1.23",
4788
- "tslib": "^2"
4789
- },
4790
- "engines": {
4791
- "node": ">=16.0.0"
4792
- }
4793
- },
4794
- "node_modules/@salesforce/plugin-schema/node_modules/@oclif/core": {
4795
- "version": "2.15.0",
4796
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
4797
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
4798
- "license": "MIT",
4799
- "dependencies": {
4800
- "@types/cli-progress": "^3.11.0",
4801
- "ansi-escapes": "^4.3.2",
4802
- "ansi-styles": "^4.3.0",
4803
- "cardinal": "^2.1.1",
4804
- "chalk": "^4.1.2",
4805
- "clean-stack": "^3.0.1",
4806
- "cli-progress": "^3.12.0",
4807
- "debug": "^4.3.4",
4808
- "ejs": "^3.1.8",
4809
- "get-package-type": "^0.1.0",
4810
- "globby": "^11.1.0",
4811
- "hyperlinker": "^1.0.0",
4812
- "indent-string": "^4.0.0",
4813
- "is-wsl": "^2.2.0",
4814
- "js-yaml": "^3.14.1",
4815
- "natural-orderby": "^2.0.3",
4816
- "object-treeify": "^1.1.33",
4817
- "password-prompt": "^1.1.2",
4818
- "slice-ansi": "^4.0.0",
4819
- "string-width": "^4.2.3",
4820
- "strip-ansi": "^6.0.1",
4821
- "supports-color": "^8.1.1",
4822
- "supports-hyperlinks": "^2.2.0",
4823
- "ts-node": "^10.9.1",
4824
- "tslib": "^2.5.0",
4825
- "widest-line": "^3.1.0",
4826
- "wordwrap": "^1.0.0",
4827
- "wrap-ansi": "^7.0.0"
4828
- },
4829
- "engines": {
4830
- "node": ">=14.0.0"
4831
- }
4832
- },
4833
- "node_modules/@salesforce/plugin-schema/node_modules/@salesforce/sf-plugins-core": {
4834
- "version": "3.1.28",
4835
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
4836
- "integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
4837
- "license": "BSD-3-Clause",
4838
- "dependencies": {
4839
- "@oclif/core": "^2.15.0",
4840
- "@salesforce/core": "^5.3.1",
4841
- "@salesforce/kit": "^3.0.13",
4842
- "@salesforce/ts-types": "^2.0.7",
4843
- "chalk": "^4",
4844
- "inquirer": "^8.2.5"
4845
- },
4846
- "engines": {
4847
- "node": ">=16.0.0"
4848
- }
4849
- },
4850
- "node_modules/@salesforce/plugin-schema/node_modules/argparse": {
4851
- "version": "1.0.10",
4852
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4853
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
4854
- "license": "MIT",
4855
- "dependencies": {
4856
- "sprintf-js": "~1.0.2"
4857
- }
4858
- },
4859
- "node_modules/@salesforce/plugin-schema/node_modules/js-yaml": {
4860
- "version": "3.14.1",
4861
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4862
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4863
- "license": "MIT",
4864
- "dependencies": {
4865
- "argparse": "^1.0.7",
4866
- "esprima": "^4.0.0"
4867
- },
4868
- "bin": {
4869
- "js-yaml": "bin/js-yaml.js"
4870
- }
4871
- },
4872
- "node_modules/@salesforce/plugin-schema/node_modules/supports-color": {
4873
- "version": "8.1.1",
4874
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
4875
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
4876
- "license": "MIT",
4877
- "dependencies": {
4878
- "has-flag": "^4.0.0"
4787
+ "@salesforce/sf-plugins-core": "^4.0.0"
4879
4788
  },
4880
4789
  "engines": {
4881
- "node": ">=10"
4882
- },
4883
- "funding": {
4884
- "url": "https://github.com/chalk/supports-color?sponsor=1"
4790
+ "node": ">=18.0.0"
4885
4791
  }
4886
4792
  },
4887
4793
  "node_modules/@salesforce/plugin-settings": {
@@ -5014,18 +4920,18 @@
5014
4920
  }
5015
4921
  },
5016
4922
  "node_modules/@salesforce/plugin-source": {
5017
- "version": "2.10.46",
5018
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.46.tgz",
5019
- "integrity": "sha512-qo6HH32aJ6spXNAwEqIhla32fPB2tEZyII8rauPpSidetREnUMZztC7x3XOYEWlvMxm6PqXkOorN1MhPTgys1A==",
4923
+ "version": "2.11.0",
4924
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.11.0.tgz",
4925
+ "integrity": "sha512-sT0Tj1V0U7xqZ90OfS4jmigv8yLgPuTq5yYAGKnKhqYgsZ0afmR9Z6GBn2j439peaV+KElNjUEg1nLro3fWQpA==",
5020
4926
  "license": "BSD-3-Clause",
5021
4927
  "dependencies": {
5022
4928
  "@oclif/core": "^2.15.0",
5023
4929
  "@salesforce/apex-node": "^2.1.0",
5024
- "@salesforce/core": "^5.3.10",
5025
- "@salesforce/kit": "^3.0.14",
4930
+ "@salesforce/core": "^5.3.18",
4931
+ "@salesforce/kit": "^3.0.15",
5026
4932
  "@salesforce/sf-plugins-core": "^3.1.25",
5027
- "@salesforce/source-deploy-retrieve": "^9.7.28",
5028
- "@salesforce/source-tracking": "^4.2.17",
4933
+ "@salesforce/source-deploy-retrieve": "^9.8.4",
4934
+ "@salesforce/source-tracking": "^4.3.0",
5029
4935
  "chalk": "^4.1.2",
5030
4936
  "got": "^11.8.6",
5031
4937
  "proxy-agent": "^6.3.1",
@@ -5602,11 +5508,12 @@
5602
5508
  }
5603
5509
  },
5604
5510
  "node_modules/@salesforce/source-tracking": {
5605
- "version": "4.3.0",
5606
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.3.0.tgz",
5607
- "integrity": "sha512-1ysyxU7lLi2pQNgEQbLpfSciLhsYrYwVu+VEq+tCXzm0TfmyscT1a1vcyykOzztpWMtKNQW/HdJEaAPBPd9FVg==",
5511
+ "version": "4.4.0",
5512
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.4.0.tgz",
5513
+ "integrity": "sha512-v/jMbOgFfY8k/TS2UnnplEo4XqhNOGRYAVlO9ipTqAVHpLuKS4SXbp/8Vi11o3yWvBYj8neeQ0nz/TXpgmdxeQ==",
5608
5514
  "license": "BSD-3-Clause",
5609
5515
  "dependencies": {
5516
+ "@oclif/core": "^3.10.6",
5610
5517
  "@salesforce/core": "^5.3.18",
5611
5518
  "@salesforce/kit": "^3.0.15",
5612
5519
  "@salesforce/source-deploy-retrieve": "^9.8.4",
@@ -7102,9 +7009,9 @@
7102
7009
  }
7103
7010
  },
7104
7011
  "node_modules/aws-sdk": {
7105
- "version": "2.1484.0",
7106
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1484.0.tgz",
7107
- "integrity": "sha512-emfCmb5j/UtaB7U8tvLpGdVNAlZMg4xZOhoFvL8jBQwIVJyCRyaqcshe31JXTwJdafThn2pNPtQOeYbZJCE0Ow==",
7012
+ "version": "2.1490.0",
7013
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1490.0.tgz",
7014
+ "integrity": "sha512-nRVP1+JVGHytxrPpc+6I41lTILzYeTOBAdNbgCi5bwRPrnEr/DxunyHWbGh92qupfHbm9dFcKdao4pOMPDOcVA==",
7108
7015
  "dev": true,
7109
7016
  "license": "Apache-2.0",
7110
7017
  "dependencies": {
@@ -1603,44 +1603,56 @@
1603
1603
  "hasDynamicHelp": true
1604
1604
  },
1605
1605
  "env:display": {
1606
- "id": "env:display",
1607
- "summary": "Display details about an environment.",
1608
- "description": "Specify an environment with either the username you used when you logged into the environment with \"sf login\", or the alias you gave the environment when you created it. Run \"sf env list\" to view all your environments and their aliases.\n\nOutput depends on the type of environment.",
1609
- "strict": true,
1610
- "pluginName": "@salesforce/plugin-env",
1611
- "pluginAlias": "@salesforce/plugin-env",
1612
- "pluginType": "jit",
1613
1606
  "aliases": [],
1607
+ "args": {},
1608
+ "description": "Specify an environment with either the username you used when you logged into the environment with \"sf login\", or the alias you gave the environment when you created it. Run \"sf env list\" to view all your environments and their aliases.\n\nOutput depends on the type of environment.",
1614
1609
  "examples": [
1615
1610
  "Display details about the \"myEnv\" environment:\n<%- config.bin %> <%- command.id %> --target-env myEnv"
1616
1611
  ],
1617
1612
  "flags": {
1618
1613
  "json": {
1619
- "name": "json",
1620
- "type": "boolean",
1621
1614
  "description": "Format output as json.",
1622
1615
  "helpGroup": "GLOBAL",
1623
- "allowNo": false
1616
+ "name": "json",
1617
+ "allowNo": false,
1618
+ "type": "boolean"
1624
1619
  },
1625
1620
  "target-env": {
1626
- "name": "target-env",
1627
- "type": "option",
1628
1621
  "char": "e",
1622
+ "name": "target-env",
1629
1623
  "summary": "Environment alias or login user.",
1630
- "multiple": false
1624
+ "hasDynamicHelp": false,
1625
+ "multiple": false,
1626
+ "type": "option"
1631
1627
  }
1632
1628
  },
1633
- "args": {}
1634
- },
1635
- "env:list": {
1636
- "id": "env:list",
1637
- "summary": "List the environments you’ve created or logged into.",
1638
- "description": "By default, the command displays active environments.\n\nOutput is displayed in multiple tables, one for each environment type.\n\nThe compute environment table shows the alias, information about the connected orgs, the project name, and more.\n\nUse the table manipulation flags, such as --filter and --sort, to change how the data is displayed.\n\nRun \"sf env display\" to view details about a specific environment.",
1639
- "strict": true,
1640
- "pluginName": "@salesforce/plugin-env",
1629
+ "hasDynamicHelp": false,
1630
+ "hiddenAliases": [],
1631
+ "id": "env:display",
1641
1632
  "pluginAlias": "@salesforce/plugin-env",
1633
+ "pluginName": "@salesforce/plugin-env",
1642
1634
  "pluginType": "jit",
1635
+ "strict": true,
1636
+ "summary": "Display details about an environment.",
1637
+ "enableJsonFlag": true,
1638
+ "SF_ENV": "SF_ENV",
1639
+ "isESM": true,
1640
+ "relativePath": [
1641
+ "lib",
1642
+ "commands",
1643
+ "env",
1644
+ "display.js"
1645
+ ],
1646
+ "aliasPermutations": [],
1647
+ "permutations": [
1648
+ "env:display",
1649
+ "display:env"
1650
+ ]
1651
+ },
1652
+ "env:list": {
1643
1653
  "aliases": [],
1654
+ "args": {},
1655
+ "description": "By default, the command displays active environments.\n\nOutput is displayed in multiple tables, one for each environment type.\n\nThe compute environment table shows the alias, information about the connected orgs, the project name, and more.\n\nUse the table manipulation flags, such as --filter and --sort, to change how the data is displayed.\n\nRun \"sf env display\" to view details about a specific environment.",
1644
1656
  "examples": [
1645
1657
  "List all active environments:\n<%= config.bin %> <%= command.id %>",
1646
1658
  "List both active and inactive environments:\n<%= config.bin %> <%= command.id %> --all",
@@ -1649,78 +1661,98 @@
1649
1661
  ],
1650
1662
  "flags": {
1651
1663
  "json": {
1652
- "name": "json",
1653
- "type": "boolean",
1654
1664
  "description": "Format output as json.",
1655
1665
  "helpGroup": "GLOBAL",
1656
- "allowNo": false
1666
+ "name": "json",
1667
+ "allowNo": false,
1668
+ "type": "boolean"
1657
1669
  },
1658
1670
  "all": {
1659
- "name": "all",
1660
- "type": "boolean",
1661
1671
  "char": "a",
1672
+ "name": "all",
1662
1673
  "summary": "Show all environments, even inactive ones.",
1663
- "allowNo": false
1674
+ "allowNo": false,
1675
+ "type": "boolean"
1664
1676
  },
1665
1677
  "columns": {
1666
1678
  "name": "columns",
1667
- "type": "option",
1668
1679
  "summary": "List of columns to display.",
1669
- "multiple": true
1680
+ "hasDynamicHelp": false,
1681
+ "multiple": true,
1682
+ "type": "option"
1670
1683
  },
1671
1684
  "csv": {
1672
1685
  "name": "csv",
1673
- "type": "boolean",
1674
1686
  "summary": "Output in csv format [alias: --output=csv]",
1675
- "allowNo": false
1687
+ "allowNo": false,
1688
+ "type": "boolean"
1676
1689
  },
1677
1690
  "filter": {
1678
1691
  "name": "filter",
1679
- "type": "option",
1680
1692
  "summary": "Filter property by partial string matching.",
1681
- "multiple": false
1693
+ "hasDynamicHelp": false,
1694
+ "multiple": false,
1695
+ "type": "option"
1682
1696
  },
1683
1697
  "no-header": {
1684
1698
  "name": "no-header",
1685
- "type": "boolean",
1686
1699
  "summary": "Hide table header from output.",
1687
- "allowNo": false
1700
+ "allowNo": false,
1701
+ "type": "boolean"
1688
1702
  },
1689
1703
  "no-truncate": {
1690
1704
  "name": "no-truncate",
1691
- "type": "boolean",
1692
1705
  "summary": "Don't truncate output to fit screen.",
1693
- "allowNo": false
1706
+ "allowNo": false,
1707
+ "type": "boolean"
1694
1708
  },
1695
1709
  "output": {
1696
1710
  "name": "output",
1697
- "type": "option",
1698
1711
  "summary": "Format in which to display the output.",
1712
+ "hasDynamicHelp": false,
1699
1713
  "multiple": false,
1700
1714
  "options": [
1701
1715
  "csv",
1702
1716
  "json",
1703
1717
  "yaml"
1704
- ]
1718
+ ],
1719
+ "type": "option"
1705
1720
  },
1706
1721
  "sort": {
1707
1722
  "name": "sort",
1708
- "type": "option",
1709
1723
  "summary": "Column to sort by (prepend '-' for descending).",
1710
- "multiple": false
1724
+ "hasDynamicHelp": false,
1725
+ "multiple": false,
1726
+ "type": "option"
1711
1727
  }
1712
1728
  },
1713
- "args": {}
1714
- },
1715
- "env:open": {
1716
- "id": "env:open",
1717
- "summary": "Open an environment in a web browser.",
1718
- "description": "Each of your environments is associated with an instance URL, such as https://login.salesforce.com. To open a specific web page, specify the portion of the URL after \"<URL>/\" with the --path flag.",
1719
- "strict": true,
1720
- "pluginName": "@salesforce/plugin-env",
1729
+ "hasDynamicHelp": false,
1730
+ "hiddenAliases": [],
1731
+ "id": "env:list",
1721
1732
  "pluginAlias": "@salesforce/plugin-env",
1733
+ "pluginName": "@salesforce/plugin-env",
1722
1734
  "pluginType": "jit",
1735
+ "strict": true,
1736
+ "summary": "List the environments you’ve created or logged into.",
1737
+ "enableJsonFlag": true,
1738
+ "SF_ENV": "SF_ENV",
1739
+ "isESM": true,
1740
+ "relativePath": [
1741
+ "lib",
1742
+ "commands",
1743
+ "env",
1744
+ "list.js"
1745
+ ],
1746
+ "aliasPermutations": [],
1747
+ "permutations": [
1748
+ "env:list",
1749
+ "list:env"
1750
+ ]
1751
+ },
1752
+ "env:open": {
1723
1753
  "aliases": [],
1754
+ "args": {},
1755
+ "description": "Each of your environments is associated with an instance URL, such as https://login.salesforce.com. To open a specific web page, specify the portion of the URL after \"<URL>/\" with the --path flag.",
1724
1756
  "examples": [
1725
1757
  "Open the compute environment with alias \"test-compute\":\n<%= config.bin %> <%= command.id %> --target-env test-compute",
1726
1758
  "View the URL but don't launch it in a browser:\n<%= config.bin %> <%= command.id %> --target-env test-compute --url-only",
@@ -1728,42 +1760,66 @@
1728
1760
  ],
1729
1761
  "flags": {
1730
1762
  "json": {
1731
- "name": "json",
1732
- "type": "boolean",
1733
1763
  "description": "Format output as json.",
1734
1764
  "helpGroup": "GLOBAL",
1735
- "allowNo": false
1765
+ "name": "json",
1766
+ "allowNo": false,
1767
+ "type": "boolean"
1736
1768
  },
1737
1769
  "path": {
1738
- "name": "path",
1739
- "type": "option",
1740
1770
  "char": "p",
1771
+ "name": "path",
1741
1772
  "summary": "Path to append to the end of the login URL.",
1742
- "multiple": false
1773
+ "hasDynamicHelp": false,
1774
+ "multiple": false,
1775
+ "type": "option"
1743
1776
  },
1744
1777
  "url-only": {
1745
- "name": "url-only",
1746
- "type": "boolean",
1747
1778
  "char": "r",
1779
+ "name": "url-only",
1748
1780
  "summary": "Display the URL, but don’t launch it in a browser.",
1749
- "allowNo": false
1781
+ "allowNo": false,
1782
+ "type": "boolean"
1750
1783
  },
1751
1784
  "target-env": {
1752
- "name": "target-env",
1753
- "type": "option",
1754
1785
  "char": "e",
1786
+ "name": "target-env",
1755
1787
  "summary": "Login user or alias of the environment to open.",
1756
- "multiple": false
1788
+ "hasDynamicHelp": false,
1789
+ "multiple": false,
1790
+ "type": "option"
1757
1791
  },
1758
1792
  "browser": {
1793
+ "description": "You can specify that the environment open in one of the following browsers: Firefox, Safari, Google Chrome, or Windows Edge. If you don’t specify --browser, the environment opens in your default browser. The exact names of the browser applications differ depending on the operating system you're on; check your documentation for details.",
1759
1794
  "name": "browser",
1760
- "type": "option",
1761
1795
  "summary": "Browser in which to open the environment.",
1762
- "description": "You can specify that the environment open in one of the following browsers: Firefox, Safari, Google Chrome, or Windows Edge. If you don’t specify --browser, the environment opens in your default browser. The exact names of the browser applications differ depending on the operating system you're on; check your documentation for details.",
1763
- "multiple": false
1796
+ "hasDynamicHelp": false,
1797
+ "multiple": false,
1798
+ "type": "option"
1764
1799
  }
1765
1800
  },
1766
- "args": {}
1801
+ "hasDynamicHelp": false,
1802
+ "hiddenAliases": [],
1803
+ "id": "env:open",
1804
+ "pluginAlias": "@salesforce/plugin-env",
1805
+ "pluginName": "@salesforce/plugin-env",
1806
+ "pluginType": "jit",
1807
+ "strict": true,
1808
+ "summary": "Open an environment in a web browser.",
1809
+ "enableJsonFlag": true,
1810
+ "SF_ENV": "SF_ENV",
1811
+ "isESM": true,
1812
+ "relativePath": [
1813
+ "lib",
1814
+ "commands",
1815
+ "env",
1816
+ "open.js"
1817
+ ],
1818
+ "aliasPermutations": [],
1819
+ "permutations": [
1820
+ "env:open",
1821
+ "open:env"
1822
+ ]
1767
1823
  },
1768
1824
  "deploy:functions": {
1769
1825
  "id": "deploy:functions",
@@ -6878,5 +6934,5 @@
6878
6934
  ]
6879
6935
  }
6880
6936
  },
6881
- "version": "2.17.10-dev.0"
6937
+ "version": "2.17.11"
6882
6938
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.17.10-dev.0",
4
+ "version": "2.17.11",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -75,7 +75,7 @@
75
75
  "@salesforce/plugin-community": "2.4.9",
76
76
  "@salesforce/plugin-dev": "1.3.2",
77
77
  "@salesforce/plugin-devops-center": "1.2.4",
78
- "@salesforce/plugin-env": "2.2.9",
78
+ "@salesforce/plugin-env": "3.0.1",
79
79
  "@salesforce/plugin-functions": "1.22.9",
80
80
  "@salesforce/plugin-packaging": "1.27.1",
81
81
  "@salesforce/plugin-signups": "1.5.6",
@@ -125,12 +125,12 @@
125
125
  }
126
126
  },
127
127
  "dependencies": {
128
- "@oclif/core": "3.10.6",
128
+ "@oclif/core": "3.10.7",
129
129
  "@oclif/plugin-autocomplete": "3.0.1",
130
130
  "@oclif/plugin-commands": "3.0.6",
131
131
  "@oclif/plugin-help": "6.0.5",
132
132
  "@oclif/plugin-not-found": "3.0.3",
133
- "@oclif/plugin-plugins": "4.1.0",
133
+ "@oclif/plugin-plugins": "4.1.2",
134
134
  "@oclif/plugin-search": "1.0.6",
135
135
  "@oclif/plugin-update": "4.1.3",
136
136
  "@oclif/plugin-version": "2.0.6",
@@ -146,10 +146,10 @@
146
146
  "@salesforce/plugin-login": "2.0.1",
147
147
  "@salesforce/plugin-marketplace": "1.0.2",
148
148
  "@salesforce/plugin-org": "2.11.8",
149
- "@salesforce/plugin-schema": "2.3.33",
149
+ "@salesforce/plugin-schema": "3.0.1",
150
150
  "@salesforce/plugin-settings": "2.0.2",
151
151
  "@salesforce/plugin-sobject": "0.2.15",
152
- "@salesforce/plugin-source": "2.10.46",
152
+ "@salesforce/plugin-source": "2.11.0",
153
153
  "@salesforce/plugin-telemetry": "3.1.0",
154
154
  "@salesforce/plugin-templates": "55.5.18",
155
155
  "@salesforce/plugin-trust": "3.0.1",
@@ -192,7 +192,7 @@
192
192
  "@salesforce/schemas": "1.6.1",
193
193
  "@salesforce/templates": "59.0.1",
194
194
  "@salesforce/source-deploy-retrieve": "9.8.4",
195
- "@salesforce/source-tracking": "4.3.0"
195
+ "@salesforce/source-tracking": "4.4.0"
196
196
  },
197
197
  "repository": "salesforcecli/cli",
198
198
  "scripts": {
@@ -243,7 +243,7 @@
243
243
  "@types/debug": "^4.1.10",
244
244
  "@typescript-eslint/eslint-plugin": "^5.62.0",
245
245
  "@typescript-eslint/parser": "^5.62.0",
246
- "aws-sdk": "^2.1484.0",
246
+ "aws-sdk": "^2.1490.0",
247
247
  "chai": "^4.3.10",
248
248
  "eslint": "^8.51.0",
249
249
  "eslint-config-oclif": "^5",