@salesforce/cli 2.31.0 → 2.31.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.31.0 linux-x64 node-v20.11.1
27
+ @salesforce/cli/2.31.1 linux-x64 node-v20.11.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -821,7 +821,7 @@ EXAMPLES
821
821
  $ sf autocomplete --refresh-cache
822
822
  ```
823
823
 
824
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.9/src/commands/autocomplete/index.ts)_
824
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.10/src/commands/autocomplete/index.ts)_
825
825
 
826
826
  ## `sf commands`
827
827
 
@@ -854,7 +854,7 @@ DESCRIPTION
854
854
  list all the commands
855
855
  ```
856
856
 
857
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.1.4/src/commands/commands.ts)_
857
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.1.5/src/commands/commands.ts)_
858
858
 
859
859
  ## `sf config get`
860
860
 
@@ -2011,7 +2011,7 @@ DESCRIPTION
2011
2011
  Display help for sf.
2012
2012
  ```
2013
2013
 
2014
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.13/src/commands/help.ts)_
2014
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.14/src/commands/help.ts)_
2015
2015
 
2016
2016
  ## `sf info releasenotes display`
2017
2017
 
@@ -7271,7 +7271,7 @@ EXAMPLES
7271
7271
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
7272
7272
  ```
7273
7273
 
7274
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.1.3/src/commands/sobject/describe.ts)_
7274
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.1.4/src/commands/sobject/describe.ts)_
7275
7275
 
7276
7276
  ## `sf sobject list`
7277
7277
 
@@ -7309,7 +7309,7 @@ EXAMPLES
7309
7309
  $ sf sobject list --sobject custom --target-org my-scratch-org
7310
7310
  ```
7311
7311
 
7312
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.1.3/src/commands/sobject/list.ts)_
7312
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.1.4/src/commands/sobject/list.ts)_
7313
7313
 
7314
7314
  ## `sf static-resource generate`
7315
7315
 
@@ -7406,7 +7406,7 @@ EXAMPLES
7406
7406
  $ sf update --available
7407
7407
  ```
7408
7408
 
7409
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.13/src/commands/update.ts)_
7409
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.14/src/commands/update.ts)_
7410
7410
 
7411
7411
  ## `sf version`
7412
7412
 
@@ -7551,6 +7551,6 @@ EXAMPLES
7551
7551
  $ sf which help
7552
7552
  ```
7553
7553
 
7554
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.0/src/commands/which.ts)_
7554
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.1/src/commands/which.ts)_
7555
7555
 
7556
7556
  <!-- commandsstop -->
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.31.0",
3
+ "version": "2.31.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.31.0",
9
+ "version": "2.31.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^1.3.1",
14
- "@oclif/core": "3.19.4",
15
- "@oclif/plugin-autocomplete": "3.0.9",
16
- "@oclif/plugin-commands": "3.1.4",
17
- "@oclif/plugin-help": "6.0.13",
18
- "@oclif/plugin-not-found": "3.0.11",
14
+ "@oclif/core": "3.19.5",
15
+ "@oclif/plugin-autocomplete": "3.0.10",
16
+ "@oclif/plugin-commands": "3.1.5",
17
+ "@oclif/plugin-help": "6.0.14",
18
+ "@oclif/plugin-not-found": "3.0.12",
19
19
  "@oclif/plugin-plugins": "4.2.5",
20
20
  "@oclif/plugin-search": "1.0.16",
21
- "@oclif/plugin-update": "4.1.13",
21
+ "@oclif/plugin-update": "4.1.14",
22
22
  "@oclif/plugin-version": "2.0.12",
23
23
  "@oclif/plugin-warn-if-update-available": "3.0.12",
24
- "@oclif/plugin-which": "3.1.0",
24
+ "@oclif/plugin-which": "3.1.1",
25
25
  "@salesforce/core": "^6.1.4",
26
26
  "@salesforce/plugin-apex": "3.0.25",
27
27
  "@salesforce/plugin-auth": "3.3.13",
@@ -32,7 +32,7 @@
32
32
  "@salesforce/plugin-marketplace": "1.0.25",
33
33
  "@salesforce/plugin-org": "3.3.14",
34
34
  "@salesforce/plugin-packaging": "2.1.10",
35
- "@salesforce/plugin-schema": "3.1.3",
35
+ "@salesforce/plugin-schema": "3.1.4",
36
36
  "@salesforce/plugin-settings": "2.0.27",
37
37
  "@salesforce/plugin-sobject": "1.1.13",
38
38
  "@salesforce/plugin-source": "3.1.15",
@@ -3997,9 +3997,9 @@
3997
3997
  }
3998
3998
  },
3999
3999
  "node_modules/@oclif/core": {
4000
- "version": "3.19.4",
4001
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.19.4.tgz",
4002
- "integrity": "sha512-Q8JWPbz3YusttsBi+GngxtuhXQ9esAPQbhpp0ABxX9fcOeNPa2EA66oSxpOExxFjI3H3KFSHBUNPeDlp8syRog==",
4000
+ "version": "3.19.5",
4001
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.19.5.tgz",
4002
+ "integrity": "sha512-banrxfcaWo0/xEk9LfDLt+jV+4+tR7bUBFRFXPIA9AAjikRWGV+mpSN5M3UvoaZM6aj4q5mZN7bhegxTzQcDtQ==",
4003
4003
  "license": "MIT",
4004
4004
  "dependencies": {
4005
4005
  "@types/cli-progress": "^3.11.5",
@@ -4090,9 +4090,9 @@
4090
4090
  }
4091
4091
  },
4092
4092
  "node_modules/@oclif/plugin-autocomplete": {
4093
- "version": "3.0.9",
4094
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.9.tgz",
4095
- "integrity": "sha512-r6Z9jimPbWyo+l8wKGfj2Xr2W8SKvLUcjd4khR+1oZgTpTVlmjywUkkT/2cwd2wswqk3wIb0meCCtXHPy4l8Xw==",
4093
+ "version": "3.0.10",
4094
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.10.tgz",
4095
+ "integrity": "sha512-15uFfe47Lspvsb9vUyPiQpYRmHE3quOPPYkcFy2w9JNWU4Jyi8PBYAQKcoAPT8thS/YYPDjYdAuAN7XJZj00CA==",
4096
4096
  "license": "MIT",
4097
4097
  "dependencies": {
4098
4098
  "@oclif/core": "^3.19.2",
@@ -4210,9 +4210,9 @@
4210
4210
  }
4211
4211
  },
4212
4212
  "node_modules/@oclif/plugin-commands": {
4213
- "version": "3.1.4",
4214
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.1.4.tgz",
4215
- "integrity": "sha512-Bfj+/2WVdDULK9/2cMSSjifbcPt/khnipPdZRQsGIdoJEox54J4QwBXTTUQzHh+//vmB1ulZEtROZ4q2gwL7Ag==",
4213
+ "version": "3.1.5",
4214
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.1.5.tgz",
4215
+ "integrity": "sha512-zIOzwC7LGxUbvc7qrlOInxAd9zLJFTe4yZ8xawiJhwtm+7cWotTRbNqyXlv1K07Sll1UMJGRGzbKikktyO8BPw==",
4216
4216
  "license": "MIT",
4217
4217
  "dependencies": {
4218
4218
  "@oclif/core": "^3.19.2",
@@ -4226,9 +4226,9 @@
4226
4226
  }
4227
4227
  },
4228
4228
  "node_modules/@oclif/plugin-help": {
4229
- "version": "6.0.13",
4230
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.13.tgz",
4231
- "integrity": "sha512-D/hiHmg+c6eOny95VfbhBcdgGxbi4AU2I3s1nFit0wpV2YziZnjmD7NQvYUCUJB052RcVmni6NiegttLgM4y5g==",
4229
+ "version": "6.0.14",
4230
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.14.tgz",
4231
+ "integrity": "sha512-orKUsV8hYtbnPf1W7y5wnnR2X6UFOl7hqTh/Uj4E+3ju/8TnvpavZXFA2UQecKWcfdbYjuTwxuZdeh8vBWFLIQ==",
4232
4232
  "license": "MIT",
4233
4233
  "dependencies": {
4234
4234
  "@oclif/core": "^3.19.2"
@@ -4238,9 +4238,9 @@
4238
4238
  }
4239
4239
  },
4240
4240
  "node_modules/@oclif/plugin-not-found": {
4241
- "version": "3.0.11",
4242
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.11.tgz",
4243
- "integrity": "sha512-bmZHh5INkqnouz8E/8QiZ2q+hXeela4s8cnxdtcCNEc2vb5JIYYa0JAPR/LVmE2q19LyKStIOOpDy/eVdonpPg==",
4241
+ "version": "3.0.12",
4242
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.12.tgz",
4243
+ "integrity": "sha512-FSYzaXGTzV8AXOQZM+i9CMUlR11Pv87buOwp9kL7NNyWVotUxhk1pUezlXrN0aBSKJ2b96Qbc2jW35h6ybeH2g==",
4244
4244
  "license": "MIT",
4245
4245
  "dependencies": {
4246
4246
  "@oclif/core": "^3.19.3",
@@ -7514,9 +7514,9 @@
7514
7514
  }
7515
7515
  },
7516
7516
  "node_modules/@oclif/plugin-update": {
7517
- "version": "4.1.13",
7518
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.13.tgz",
7519
- "integrity": "sha512-wqLLRsOpAqrkXWaagSmgnWuFOcg2+3GyoyXF2hxBZq6tLkC6eR1t2p6/LkSnxZvKiGsjv6lYTnrsz9jqXVTDLQ==",
7517
+ "version": "4.1.14",
7518
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.14.tgz",
7519
+ "integrity": "sha512-R8V3x7jQAhpmkHAJmMxk2aTo50Jmeei+q/pzsM59lUWEeZiMG/Eb2arVNeMKEa/MIxx7mqdxOQ5FrHsDk9ZD/g==",
7520
7520
  "license": "MIT",
7521
7521
  "dependencies": {
7522
7522
  "@oclif/core": "^3.19.2",
@@ -7601,9 +7601,9 @@
7601
7601
  }
7602
7602
  },
7603
7603
  "node_modules/@oclif/plugin-which": {
7604
- "version": "3.1.0",
7605
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.0.tgz",
7606
- "integrity": "sha512-pTAOAATqnLvikCUbbn/8W1uOSHJ+2CxF9m+v4qguX+6XwPvju7EgKDZiy8lBI3TOll2I90O0PkQ1kTsQlSKbNQ==",
7604
+ "version": "3.1.1",
7605
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.1.tgz",
7606
+ "integrity": "sha512-8Zqwu579rOhzCfULEyhLQBsKK9l3/tnYlONppKwzNWhJEl3uA9LxlXCHF2K70Ug9msXyFbl+5QU8cRtAODbt1w==",
7607
7607
  "license": "MIT",
7608
7608
  "dependencies": {
7609
7609
  "@oclif/core": "^3.18.1"
@@ -8985,9 +8985,9 @@
8985
8985
  }
8986
8986
  },
8987
8987
  "node_modules/@salesforce/plugin-schema": {
8988
- "version": "3.1.3",
8989
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.1.3.tgz",
8990
- "integrity": "sha512-7qpR4Au8uCxhOYIImqUth+A396yUxfV5LbPlijEiB5/WeApywsW+p/Gfn6unhr1gw+2NTErDAhLTFLbnk73D6w==",
8988
+ "version": "3.1.4",
8989
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.1.4.tgz",
8990
+ "integrity": "sha512-nhgxblNWTTE6a2o83mYCK1E0Sk4f23ySdCo5y5+Ia2HD/ups4J7EOqgEwDXsisDqKF3mvykwni8dlHjJ8WUJSQ==",
8991
8991
  "license": "BSD-3-Clause",
8992
8992
  "dependencies": {
8993
8993
  "@oclif/core": "^3.19.1",
@@ -5051,5 +5051,5 @@
5051
5051
  ]
5052
5052
  }
5053
5053
  },
5054
- "version": "2.31.0"
5054
+ "version": "2.31.1"
5055
5055
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.31.0",
4
+ "version": "2.31.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -136,17 +136,17 @@
136
136
  },
137
137
  "dependencies": {
138
138
  "@inquirer/select": "^1.3.1",
139
- "@oclif/core": "3.19.4",
140
- "@oclif/plugin-autocomplete": "3.0.9",
141
- "@oclif/plugin-commands": "3.1.4",
142
- "@oclif/plugin-help": "6.0.13",
143
- "@oclif/plugin-not-found": "3.0.11",
139
+ "@oclif/core": "3.19.5",
140
+ "@oclif/plugin-autocomplete": "3.0.10",
141
+ "@oclif/plugin-commands": "3.1.5",
142
+ "@oclif/plugin-help": "6.0.14",
143
+ "@oclif/plugin-not-found": "3.0.12",
144
144
  "@oclif/plugin-plugins": "4.2.5",
145
145
  "@oclif/plugin-search": "1.0.16",
146
- "@oclif/plugin-update": "4.1.13",
146
+ "@oclif/plugin-update": "4.1.14",
147
147
  "@oclif/plugin-version": "2.0.12",
148
148
  "@oclif/plugin-warn-if-update-available": "3.0.12",
149
- "@oclif/plugin-which": "3.1.0",
149
+ "@oclif/plugin-which": "3.1.1",
150
150
  "@salesforce/core": "^6.1.4",
151
151
  "@salesforce/plugin-apex": "3.0.25",
152
152
  "@salesforce/plugin-auth": "3.3.13",
@@ -157,7 +157,7 @@
157
157
  "@salesforce/plugin-marketplace": "1.0.25",
158
158
  "@salesforce/plugin-org": "3.3.14",
159
159
  "@salesforce/plugin-packaging": "2.1.10",
160
- "@salesforce/plugin-schema": "3.1.3",
160
+ "@salesforce/plugin-schema": "3.1.4",
161
161
  "@salesforce/plugin-settings": "2.0.27",
162
162
  "@salesforce/plugin-sobject": "1.1.13",
163
163
  "@salesforce/plugin-source": "3.1.15",