@salesforce/cli 2.14.3 → 2.14.4

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.14.3 linux-x64 node-v18.18.0
27
+ @salesforce/cli/2.14.4 linux-x64 node-v18.18.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -842,7 +842,7 @@ DESCRIPTION
842
842
  list all the commands
843
843
  ```
844
844
 
845
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.2/src/commands/commands.ts)_
845
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.3/src/commands/commands.ts)_
846
846
 
847
847
  ## `sf config get`
848
848
 
@@ -3163,7 +3163,7 @@ DESCRIPTION
3163
3163
  Display help for sf.
3164
3164
  ```
3165
3165
 
3166
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.2/src/commands/help.ts)_
3166
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.3/src/commands/help.ts)_
3167
3167
 
3168
3168
  ## `sf info releasenotes display`
3169
3169
 
@@ -3587,7 +3587,7 @@ EXAMPLES
3587
3587
  $ sf login
3588
3588
  ```
3589
3589
 
3590
- _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.36/src/commands/login.ts)_
3590
+ _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.37/src/commands/login.ts)_
3591
3591
 
3592
3592
  ## `sf logout`
3593
3593
 
@@ -3621,7 +3621,7 @@ EXAMPLES
3621
3621
  $ sf logout --no-prompt
3622
3622
  ```
3623
3623
 
3624
- _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.36/src/commands/logout.ts)_
3624
+ _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.37/src/commands/logout.ts)_
3625
3625
 
3626
3626
  ## `sf org assign permset`
3627
3627
 
@@ -6970,7 +6970,7 @@ FLAG DESCRIPTIONS
6970
6970
  If you don't specify this flag, the command prompts you to choose from your local objects.
6971
6971
  ```
6972
6972
 
6973
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.11/src/commands/schema/generate/field.ts)_
6973
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/field.ts)_
6974
6974
 
6975
6975
  ## `sf schema generate platformevent`
6976
6976
 
@@ -6999,7 +6999,7 @@ EXAMPLES
6999
6999
  $ sf schema generate platformevent --label "My Platform Event"
7000
7000
  ```
7001
7001
 
7002
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.11/src/commands/schema/generate/platformevent.ts)_
7002
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/platformevent.ts)_
7003
7003
 
7004
7004
  ## `sf schema generate sobject`
7005
7005
 
@@ -7053,7 +7053,7 @@ FLAG DESCRIPTIONS
7053
7053
  * Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7054
7054
  ```
7055
7055
 
7056
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.11/src/commands/schema/generate/sobject.ts)_
7056
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/sobject.ts)_
7057
7057
 
7058
7058
  ## `sf schema generate tab`
7059
7059
 
@@ -7100,7 +7100,7 @@ FLAG DESCRIPTIONS
7100
7100
  The API name for a custom object always ends in "__c", such as "MyObject__c".
7101
7101
  ```
7102
7102
 
7103
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.11/src/commands/schema/generate/tab.ts)_
7103
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/tab.ts)_
7104
7104
 
7105
7105
  ## `sf search`
7106
7106
 
@@ -7116,7 +7116,7 @@ DESCRIPTION
7116
7116
  Once you select a command, hit enter and it will show the help for that command.
7117
7117
  ```
7118
7118
 
7119
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.2/src/commands/search.ts)_
7119
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.3/src/commands/search.ts)_
7120
7120
 
7121
7121
  ## `sf sobject describe`
7122
7122
 
@@ -7437,6 +7437,6 @@ EXAMPLES
7437
7437
  $ sf which help
7438
7438
  ```
7439
7439
 
7440
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.3/src/commands/which.ts)_
7440
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.4/src/commands/which.ts)_
7441
7441
 
7442
7442
  <!-- commandsstop -->
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.14.3",
3
+ "version": "2.14.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.14.3",
9
+ "version": "2.14.4",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@oclif/core": "3.0.3",
14
14
  "@oclif/plugin-autocomplete": "2.3.9",
15
- "@oclif/plugin-commands": "3.0.2",
16
- "@oclif/plugin-help": "6.0.2",
17
- "@oclif/plugin-not-found": "3.0.1",
15
+ "@oclif/plugin-commands": "3.0.3",
16
+ "@oclif/plugin-help": "6.0.3",
17
+ "@oclif/plugin-not-found": "3.0.2",
18
18
  "@oclif/plugin-plugins": "3.9.1",
19
- "@oclif/plugin-search": "1.0.2",
19
+ "@oclif/plugin-search": "1.0.3",
20
20
  "@oclif/plugin-update": "4.1.2",
21
21
  "@oclif/plugin-version": "2.0.3",
22
22
  "@oclif/plugin-warn-if-update-available": "2.1.1",
23
- "@oclif/plugin-which": "3.0.3",
23
+ "@oclif/plugin-which": "3.0.4",
24
24
  "@salesforce/core": "^5.2.0",
25
25
  "@salesforce/plugin-apex": "2.3.19",
26
26
  "@salesforce/plugin-auth": "2.8.20",
@@ -28,12 +28,12 @@
28
28
  "@salesforce/plugin-deploy-retrieve": "1.19.0",
29
29
  "@salesforce/plugin-info": "2.6.49",
30
30
  "@salesforce/plugin-limits": "2.3.38",
31
- "@salesforce/plugin-login": "1.2.36",
31
+ "@salesforce/plugin-login": "1.2.37",
32
32
  "@salesforce/plugin-marketplace": "0.3.0",
33
33
  "@salesforce/plugin-org": "2.11.0",
34
34
  "@salesforce/plugin-schema": "2.3.29",
35
35
  "@salesforce/plugin-settings": "1.4.33",
36
- "@salesforce/plugin-sobject": "0.2.11",
36
+ "@salesforce/plugin-sobject": "0.2.12",
37
37
  "@salesforce/plugin-source": "2.10.40",
38
38
  "@salesforce/plugin-telemetry": "2.3.6",
39
39
  "@salesforce/plugin-templates": "55.5.14",
@@ -2366,9 +2366,9 @@
2366
2366
  }
2367
2367
  },
2368
2368
  "node_modules/@oclif/plugin-commands": {
2369
- "version": "3.0.2",
2370
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.2.tgz",
2371
- "integrity": "sha512-abzLyhOXDjpZvn2uRBjuQyCpGRsR41k3o+gvZvLBneiL80OJNc2WyL2aOFpPQTXpoggOP9qyd3+GBV/vno4w6Q==",
2369
+ "version": "3.0.3",
2370
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.3.tgz",
2371
+ "integrity": "sha512-xIs+6Ka7qm7XZOkezpTmAU0h90GZOlctLCnbK80Kh/Qr3wQJJR/w9jEQ0PLaMzc9u1zQRqBLIhl24DuFFESw+g==",
2372
2372
  "license": "MIT",
2373
2373
  "dependencies": {
2374
2374
  "@oclif/core": "^3.2.1",
@@ -2433,12 +2433,12 @@
2433
2433
  }
2434
2434
  },
2435
2435
  "node_modules/@oclif/plugin-help": {
2436
- "version": "6.0.2",
2437
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.2.tgz",
2438
- "integrity": "sha512-rHe19ySqU+sIA1qJYQrnB8Jh+LvdMxIN2cIQPSsMobhdOThW5R7jRpMDe9iZwO+okQmvXiP/gIx/vEnWST33HQ==",
2436
+ "version": "6.0.3",
2437
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.3.tgz",
2438
+ "integrity": "sha512-4oJ/rqf9kIzNyNZ4R5dmOXSC5S8kKxn2NHMW2kRIBHzQBg2R0RCrY7aHPHqFWCArPUk4K+YlRyhsiSgdslkV4A==",
2439
2439
  "license": "MIT",
2440
2440
  "dependencies": {
2441
- "@oclif/core": "^3.0.9"
2441
+ "@oclif/core": "^3.2.1"
2442
2442
  },
2443
2443
  "engines": {
2444
2444
  "node": ">=18.0.0"
@@ -2496,12 +2496,12 @@
2496
2496
  }
2497
2497
  },
2498
2498
  "node_modules/@oclif/plugin-not-found": {
2499
- "version": "3.0.1",
2500
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.1.tgz",
2501
- "integrity": "sha512-5tbLvxwb7bNkQn5M9F4nE43QttlrL/oHm6SeTqstvstyquJs3u251Iy2uGPP1tF7lZAvD/VMrsZ3tznTe4SoJg==",
2499
+ "version": "3.0.2",
2500
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.2.tgz",
2501
+ "integrity": "sha512-tmm/Q/hxZRRAjb2tbx0hg9LUEnuIhIafEAhZBQW7kWg+dYYAb8ut3UfYrIVGNz3K42r+SSMQCdu8QsheZhQi5A==",
2502
2502
  "license": "MIT",
2503
2503
  "dependencies": {
2504
- "@oclif/core": "^3.0.5",
2504
+ "@oclif/core": "^3.2.1",
2505
2505
  "chalk": "^5.3.0",
2506
2506
  "fast-levenshtein": "^3.0.0"
2507
2507
  },
@@ -2703,12 +2703,12 @@
2703
2703
  }
2704
2704
  },
2705
2705
  "node_modules/@oclif/plugin-search": {
2706
- "version": "1.0.2",
2707
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.2.tgz",
2708
- "integrity": "sha512-sWiECpCQhiFIs0WU0uqknPWqP74FaEiVWK++ZdVCbX1shG/JWDNKbgSa3bYtPkggrRUHIUur3SytxA0nJuTZ2A==",
2706
+ "version": "1.0.3",
2707
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.3.tgz",
2708
+ "integrity": "sha512-q+Nqk52AtU24lSMEt2AMX4R3qXKN7VZm5e6d/yvaDYzHUbblwCs6/rv4eVdrjRzkkexza0ejxUSS0I0VfQtIEQ==",
2709
2709
  "license": "MIT",
2710
2710
  "dependencies": {
2711
- "@oclif/core": "^3.0.9",
2711
+ "@oclif/core": "^3.2.1",
2712
2712
  "inquirer-autocomplete-standalone": "^0.7.0"
2713
2713
  },
2714
2714
  "engines": {
@@ -3097,12 +3097,12 @@
3097
3097
  }
3098
3098
  },
3099
3099
  "node_modules/@oclif/plugin-which": {
3100
- "version": "3.0.3",
3101
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.3.tgz",
3102
- "integrity": "sha512-o3NrdrQbBfccLAGjwIEkYX5QNH8oT4bR4ZqtLnkohivuZc5cERsTwb9bHCwoX95YwlNaXqUyXmHywDd0FIMruQ==",
3100
+ "version": "3.0.4",
3101
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.4.tgz",
3102
+ "integrity": "sha512-jOesn6YuiTLcdRS4lLtdw82oTcrO8DdXV7Cxh090UoTj5QiaEpxDrZvmFrJIG3N1lYMMsjQYKAGixzBtUngczw==",
3103
3103
  "license": "MIT",
3104
3104
  "dependencies": {
3105
- "@oclif/core": "^3.0.9"
3105
+ "@oclif/core": "^3.2.1"
3106
3106
  },
3107
3107
  "engines": {
3108
3108
  "node": ">=18.0.0"
@@ -4686,13 +4686,13 @@
4686
4686
  }
4687
4687
  },
4688
4688
  "node_modules/@salesforce/plugin-login": {
4689
- "version": "1.2.36",
4690
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.36.tgz",
4691
- "integrity": "sha512-rXpq8LkaZs+1axUW1XcMARy9Xh+MEw+1PVXrqu8g3Yn9NSdAoIw35srqPTyqX72E09/yqwmEfV1yJcmTB20j8w==",
4689
+ "version": "1.2.37",
4690
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.37.tgz",
4691
+ "integrity": "sha512-oudAsj+pu+XMG70Ph6psXlD7pPYg0iYWcNqOSfBxbrNpFE5LLT2nhBUFn2ZygYvjQZnlXsRCoVWcGUf9uhX//A==",
4692
4692
  "license": "BSD-3-Clause",
4693
4693
  "dependencies": {
4694
4694
  "@oclif/core": "^2.15.0",
4695
- "@salesforce/core": "^5.3.1",
4695
+ "@salesforce/core": "^5.3.9",
4696
4696
  "@salesforce/sf-plugins-core": "^3.1.28",
4697
4697
  "chalk": "^4.1.2",
4698
4698
  "inquirer": "^8.2.6",
@@ -5380,13 +5380,13 @@
5380
5380
  }
5381
5381
  },
5382
5382
  "node_modules/@salesforce/plugin-sobject": {
5383
- "version": "0.2.11",
5384
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.11.tgz",
5385
- "integrity": "sha512-1wGNFxL8tx5QwfM9q21VEJn6wfzzn24UmiHZHCAxkpe/DstBcv+zuof3/fwklHF/5VmgOLZ0cZmzQtUKJkbT+g==",
5383
+ "version": "0.2.12",
5384
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.12.tgz",
5385
+ "integrity": "sha512-ypZdIepGzKRl4YeoRYZNBbNUz4CDTNUyWfmujmpaS3TUpjRojRgGW6BwGDVEigBADziEmL1Q+HAKcTpbMDM4bA==",
5386
5386
  "license": "BSD-3-Clause",
5387
5387
  "dependencies": {
5388
5388
  "@oclif/core": "^2.15.0",
5389
- "@salesforce/core": "^5.3.1",
5389
+ "@salesforce/core": "^5.3.9",
5390
5390
  "@salesforce/kit": "^3.0.9",
5391
5391
  "@salesforce/sf-plugins-core": "^3.1.22",
5392
5392
  "change-case": "^4.1.2",
@@ -6594,5 +6594,5 @@
6594
6594
  ]
6595
6595
  }
6596
6596
  },
6597
- "version": "2.14.3"
6597
+ "version": "2.14.4"
6598
6598
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.14.3",
4
+ "version": "2.14.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -75,7 +75,7 @@
75
75
  "@salesforce/plugin-community": "2.4.5",
76
76
  "@salesforce/plugin-dev": "1.2.1",
77
77
  "@salesforce/plugin-devops-center": "1.2.3",
78
- "@salesforce/plugin-env": "2.2.6",
78
+ "@salesforce/plugin-env": "2.2.7",
79
79
  "@salesforce/plugin-functions": "1.22.3",
80
80
  "@salesforce/plugin-packaging": "1.26.3",
81
81
  "@salesforce/plugin-signups": "1.5.5",
@@ -124,15 +124,15 @@
124
124
  "dependencies": {
125
125
  "@oclif/core": "3.0.3",
126
126
  "@oclif/plugin-autocomplete": "2.3.9",
127
- "@oclif/plugin-commands": "3.0.2",
128
- "@oclif/plugin-help": "6.0.2",
129
- "@oclif/plugin-not-found": "3.0.1",
127
+ "@oclif/plugin-commands": "3.0.3",
128
+ "@oclif/plugin-help": "6.0.3",
129
+ "@oclif/plugin-not-found": "3.0.2",
130
130
  "@oclif/plugin-plugins": "3.9.1",
131
- "@oclif/plugin-search": "1.0.2",
131
+ "@oclif/plugin-search": "1.0.3",
132
132
  "@oclif/plugin-update": "4.1.2",
133
133
  "@oclif/plugin-version": "2.0.3",
134
134
  "@oclif/plugin-warn-if-update-available": "2.1.1",
135
- "@oclif/plugin-which": "3.0.3",
135
+ "@oclif/plugin-which": "3.0.4",
136
136
  "@salesforce/core": "^5.2.0",
137
137
  "@salesforce/plugin-apex": "2.3.19",
138
138
  "@salesforce/plugin-auth": "2.8.20",
@@ -140,12 +140,12 @@
140
140
  "@salesforce/plugin-deploy-retrieve": "1.19.0",
141
141
  "@salesforce/plugin-info": "2.6.49",
142
142
  "@salesforce/plugin-limits": "2.3.38",
143
- "@salesforce/plugin-login": "1.2.36",
143
+ "@salesforce/plugin-login": "1.2.37",
144
144
  "@salesforce/plugin-marketplace": "0.3.0",
145
145
  "@salesforce/plugin-org": "2.11.0",
146
146
  "@salesforce/plugin-schema": "2.3.29",
147
147
  "@salesforce/plugin-settings": "1.4.33",
148
- "@salesforce/plugin-sobject": "0.2.11",
148
+ "@salesforce/plugin-sobject": "0.2.12",
149
149
  "@salesforce/plugin-source": "2.10.40",
150
150
  "@salesforce/plugin-telemetry": "2.3.6",
151
151
  "@salesforce/plugin-templates": "55.5.14",