@salesforce/cli 1.25.1 → 1.25.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.25.2](https://github.com/salesforcecli/cli/compare/v1.25.1...v1.25.2) (2022-04-25)
6
+
7
+ ### Bug Fixes
8
+
9
+ - revert plugin-functions ([3783a83](https://github.com/salesforcecli/cli/commit/3783a83a2d58193f6ba0a0186094cdceebd23994))
10
+
5
11
  ### [1.25.1](https://github.com/salesforcecli/cli/compare/v1.25.0...v1.25.1) (2022-04-21)
6
12
 
7
13
  ### Bug Fixes
package/README.md CHANGED
@@ -31,7 +31,7 @@ $ npm install -g @salesforce/cli
31
31
  $ sf COMMAND
32
32
  running command...
33
33
  $ sf (--version|-v)
34
- @salesforce/cli/1.25.1 linux-x64 node-v14.19.1
34
+ @salesforce/cli/1.25.2 linux-x64 node-v14.19.1
35
35
  $ sf --help [COMMAND]
36
36
  USAGE
37
37
  $ sf COMMAND
@@ -57,7 +57,6 @@ USAGE
57
57
  - [`sf env delete`](#sf-env-delete)
58
58
  - [`sf env display`](#sf-env-display)
59
59
  - [`sf env list`](#sf-env-list)
60
- - [`sf env log`](#sf-env-log)
61
60
  - [`sf env log tail`](#sf-env-log-tail)
62
61
  - [`sf env logdrain add`](#sf-env-logdrain-add)
63
62
  - [`sf env logdrain list`](#sf-env-logdrain-list)
@@ -517,7 +516,7 @@ Create a compute environment for use with Salesforce Functions.
517
516
 
518
517
  ```
519
518
  USAGE
520
- $ sf env create compute [-o <value>] [-a <value>]
519
+ $ sf env create compute [-o <value>] [-a <value> | ]
521
520
 
522
521
  FLAGS
523
522
  -a, --alias=<value> Alias for the created environment.
@@ -684,24 +683,6 @@ EXAMPLES
684
683
  $ sf env list --csv --no-header
685
684
  ```
686
685
 
687
- ## `sf env log`
688
-
689
- Stream log output for an environment.
690
-
691
- ```
692
- USAGE
693
- $ sf env log [-e <value> | ] [-n <value>]
694
-
695
- FLAGS
696
- -e, --target-compute=<value> Compute environment name to retrieve logs.
697
- -n, --num=<value> Number of lines to display.
698
-
699
- EXAMPLES
700
- Stream log output:
701
-
702
- $ sf env log --target-compute environment-alias
703
- ```
704
-
705
686
  ## `sf env log tail`
706
687
 
707
688
  Stream log output for an environment.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "1.25.1",
3
+ "version": "1.25.2",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "1.25.1",
9
+ "version": "1.25.2",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^1.7.0",
@@ -21,7 +21,7 @@
21
21
  "@sf/config": "npm:@salesforce/plugin-config@2.3.2",
22
22
  "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.3.0",
23
23
  "@sf/env": "npm:@salesforce/plugin-env@1.1.1",
24
- "@sf/functions": "npm:@salesforce/plugin-functions@1.8.0",
24
+ "@sf/functions": "npm:@salesforce/plugin-functions@1.7.1",
25
25
  "@sf/gen": "npm:@salesforce/plugin-generate@1.0.12",
26
26
  "@sf/info": "npm:@salesforce/plugin-info@1.3.1",
27
27
  "@sf/login": "npm:@salesforce/plugin-login@1.0.9",
@@ -1248,20 +1248,6 @@
1248
1248
  "yeoman-environment": "~3.3.0"
1249
1249
  }
1250
1250
  },
1251
- "node_modules/@heroku/functions-core/node_modules/@heroku/project-descriptor": {
1252
- "version": "0.0.5",
1253
- "resolved": "https://registry.npmjs.org/@heroku/project-descriptor/-/project-descriptor-0.0.5.tgz",
1254
- "integrity": "sha512-E5+MustRcw29xLeHJ1XZubMJDMJOrN1ge20/2/0/ZAwYV2ncD10wcmOLU8G92WY4ZLzX3T1t6/aOtDbQU61zXA==",
1255
- "license": "MIT",
1256
- "dependencies": {
1257
- "ajv": "^8.0.0",
1258
- "ajv-formats": "^2.0.2",
1259
- "toml": "^3.0.0"
1260
- },
1261
- "engines": {
1262
- "node": ">=8.0.0"
1263
- }
1264
- },
1265
1251
  "node_modules/@heroku/functions-core/node_modules/@salesforce/core": {
1266
1252
  "version": "2.36.0",
1267
1253
  "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-2.36.0.tgz",
@@ -1288,39 +1274,6 @@
1288
1274
  "ts-retry-promise": "^0.6.0"
1289
1275
  }
1290
1276
  },
1291
- "node_modules/@heroku/functions-core/node_modules/ajv": {
1292
- "version": "8.11.0",
1293
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
1294
- "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
1295
- "license": "MIT",
1296
- "dependencies": {
1297
- "fast-deep-equal": "^3.1.1",
1298
- "json-schema-traverse": "^1.0.0",
1299
- "require-from-string": "^2.0.2",
1300
- "uri-js": "^4.2.2"
1301
- },
1302
- "funding": {
1303
- "type": "github",
1304
- "url": "https://github.com/sponsors/epoberezkin"
1305
- }
1306
- },
1307
- "node_modules/@heroku/functions-core/node_modules/ajv-formats": {
1308
- "version": "2.1.1",
1309
- "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
1310
- "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
1311
- "license": "MIT",
1312
- "dependencies": {
1313
- "ajv": "^8.0.0"
1314
- },
1315
- "peerDependencies": {
1316
- "ajv": "^8.0.0"
1317
- },
1318
- "peerDependenciesMeta": {
1319
- "ajv": {
1320
- "optional": true
1321
- }
1322
- }
1323
- },
1324
1277
  "node_modules/@heroku/functions-core/node_modules/dateformat": {
1325
1278
  "version": "4.6.3",
1326
1279
  "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
@@ -1427,12 +1380,6 @@
1427
1380
  "node": ">=8"
1428
1381
  }
1429
1382
  },
1430
- "node_modules/@heroku/functions-core/node_modules/json-schema-traverse": {
1431
- "version": "1.0.0",
1432
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1433
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
1434
- "license": "MIT"
1435
- },
1436
1383
  "node_modules/@heroku/functions-core/node_modules/jsonfile": {
1437
1384
  "version": "6.1.0",
1438
1385
  "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
@@ -1630,9 +1577,9 @@
1630
1577
  }
1631
1578
  },
1632
1579
  "node_modules/@heroku/project-descriptor": {
1633
- "version": "0.0.6",
1634
- "resolved": "https://registry.npmjs.org/@heroku/project-descriptor/-/project-descriptor-0.0.6.tgz",
1635
- "integrity": "sha512-zH1Wx5WQFCnt3ToiQJ9yUWsOXN5woTiGczGUpvQS0zCwwkE42ydKZSRKgSlB/YIwsDmAkFKiUwe97fT+qP45iw==",
1580
+ "version": "0.0.5",
1581
+ "resolved": "https://registry.npmjs.org/@heroku/project-descriptor/-/project-descriptor-0.0.5.tgz",
1582
+ "integrity": "sha512-E5+MustRcw29xLeHJ1XZubMJDMJOrN1ge20/2/0/ZAwYV2ncD10wcmOLU8G92WY4ZLzX3T1t6/aOtDbQU61zXA==",
1636
1583
  "license": "MIT",
1637
1584
  "dependencies": {
1638
1585
  "ajv": "^8.0.0",
@@ -6160,9 +6107,9 @@
6160
6107
  },
6161
6108
  "node_modules/@sf/functions": {
6162
6109
  "name": "@salesforce/plugin-functions",
6163
- "version": "1.8.0",
6164
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.8.0.tgz",
6165
- "integrity": "sha512-2HNThXJ6AwZgywmiANLvKOJ0K5mzUkVbpyYdc+vsm1FeUJNtTC4qEAfld4UNRbEGZlWErAJ9CUnnUPPF2RNnzw==",
6110
+ "version": "1.7.1",
6111
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.7.1.tgz",
6112
+ "integrity": "sha512-1xvcY9i1v6BtN55zwqf1XLHDlNbHMnlENU1vRFk/n7n0UY07ehRUNQdZnXZS1jRnrpFVD3DiojKg14dhrJNT8A==",
6166
6113
  "license": "BSD-3-Clause",
6167
6114
  "dependencies": {
6168
6115
  "@heroku-cli/color": "^1.1.14",
@@ -6170,7 +6117,7 @@
6170
6117
  "@heroku/eventsource": "^1.0.7",
6171
6118
  "@heroku/function-toml": "^0.0.3",
6172
6119
  "@heroku/functions-core": "0.2.6",
6173
- "@heroku/project-descriptor": "0.0.6",
6120
+ "@heroku/project-descriptor": "0.0.5",
6174
6121
  "@oclif/core": "^1.6.0",
6175
6122
  "@salesforce/core": "^3.8.0",
6176
6123
  "@salesforce/plugin-org": "^1.11.2",
@@ -27722,16 +27669,6 @@
27722
27669
  "yeoman-environment": "~3.3.0"
27723
27670
  },
27724
27671
  "dependencies": {
27725
- "@heroku/project-descriptor": {
27726
- "version": "0.0.5",
27727
- "resolved": "https://registry.npmjs.org/@heroku/project-descriptor/-/project-descriptor-0.0.5.tgz",
27728
- "integrity": "sha512-E5+MustRcw29xLeHJ1XZubMJDMJOrN1ge20/2/0/ZAwYV2ncD10wcmOLU8G92WY4ZLzX3T1t6/aOtDbQU61zXA==",
27729
- "requires": {
27730
- "ajv": "^8.0.0",
27731
- "ajv-formats": "^2.0.2",
27732
- "toml": "^3.0.0"
27733
- }
27734
- },
27735
27672
  "@salesforce/core": {
27736
27673
  "version": "2.36.0",
27737
27674
  "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-2.36.0.tgz",
@@ -27757,25 +27694,6 @@
27757
27694
  "ts-retry-promise": "^0.6.0"
27758
27695
  }
27759
27696
  },
27760
- "ajv": {
27761
- "version": "8.11.0",
27762
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz",
27763
- "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==",
27764
- "requires": {
27765
- "fast-deep-equal": "^3.1.1",
27766
- "json-schema-traverse": "^1.0.0",
27767
- "require-from-string": "^2.0.2",
27768
- "uri-js": "^4.2.2"
27769
- }
27770
- },
27771
- "ajv-formats": {
27772
- "version": "2.1.1",
27773
- "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
27774
- "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
27775
- "requires": {
27776
- "ajv": "^8.0.0"
27777
- }
27778
- },
27779
27697
  "dateformat": {
27780
27698
  "version": "4.6.3",
27781
27699
  "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
@@ -27848,11 +27766,6 @@
27848
27766
  "scoped-regex": "^2.0.0"
27849
27767
  }
27850
27768
  },
27851
- "json-schema-traverse": {
27852
- "version": "1.0.0",
27853
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
27854
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
27855
- },
27856
27769
  "jsonfile": {
27857
27770
  "version": "6.1.0",
27858
27771
  "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
@@ -27989,9 +27902,9 @@
27989
27902
  }
27990
27903
  },
27991
27904
  "@heroku/project-descriptor": {
27992
- "version": "0.0.6",
27993
- "resolved": "https://registry.npmjs.org/@heroku/project-descriptor/-/project-descriptor-0.0.6.tgz",
27994
- "integrity": "sha512-zH1Wx5WQFCnt3ToiQJ9yUWsOXN5woTiGczGUpvQS0zCwwkE42ydKZSRKgSlB/YIwsDmAkFKiUwe97fT+qP45iw==",
27905
+ "version": "0.0.5",
27906
+ "resolved": "https://registry.npmjs.org/@heroku/project-descriptor/-/project-descriptor-0.0.5.tgz",
27907
+ "integrity": "sha512-E5+MustRcw29xLeHJ1XZubMJDMJOrN1ge20/2/0/ZAwYV2ncD10wcmOLU8G92WY4ZLzX3T1t6/aOtDbQU61zXA==",
27995
27908
  "requires": {
27996
27909
  "ajv": "^8.0.0",
27997
27910
  "ajv-formats": "^2.0.2",
@@ -31463,16 +31376,16 @@
31463
31376
  }
31464
31377
  },
31465
31378
  "@sf/functions": {
31466
- "version": "npm:@salesforce/plugin-functions@1.8.0",
31467
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.8.0.tgz",
31468
- "integrity": "sha512-2HNThXJ6AwZgywmiANLvKOJ0K5mzUkVbpyYdc+vsm1FeUJNtTC4qEAfld4UNRbEGZlWErAJ9CUnnUPPF2RNnzw==",
31379
+ "version": "npm:@salesforce/plugin-functions@1.7.1",
31380
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-functions/-/plugin-functions-1.7.1.tgz",
31381
+ "integrity": "sha512-1xvcY9i1v6BtN55zwqf1XLHDlNbHMnlENU1vRFk/n7n0UY07ehRUNQdZnXZS1jRnrpFVD3DiojKg14dhrJNT8A==",
31469
31382
  "requires": {
31470
31383
  "@heroku-cli/color": "^1.1.14",
31471
31384
  "@heroku-cli/schema": "^1.0.25",
31472
31385
  "@heroku/eventsource": "^1.0.7",
31473
31386
  "@heroku/function-toml": "^0.0.3",
31474
31387
  "@heroku/functions-core": "0.2.6",
31475
- "@heroku/project-descriptor": "0.0.6",
31388
+ "@heroku/project-descriptor": "0.0.5",
31476
31389
  "@oclif/core": "^1.6.0",
31477
31390
  "@salesforce/core": "^3.8.0",
31478
31391
  "@salesforce/plugin-org": "^1.11.2",
@@ -1 +1 @@
1
- {"version":"1.25.1","commands":{}}
1
+ {"version":"1.25.2","commands":{}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "1.25.1",
4
+ "version": "1.25.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run"
@@ -99,7 +99,7 @@
99
99
  "@sf/config": "npm:@salesforce/plugin-config@2.3.2",
100
100
  "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.3.0",
101
101
  "@sf/env": "npm:@salesforce/plugin-env@1.1.1",
102
- "@sf/functions": "npm:@salesforce/plugin-functions@1.8.0",
102
+ "@sf/functions": "npm:@salesforce/plugin-functions@1.7.1",
103
103
  "@sf/gen": "npm:@salesforce/plugin-generate@1.0.12",
104
104
  "@sf/info": "npm:@salesforce/plugin-info@1.3.1",
105
105
  "@sf/login": "npm:@salesforce/plugin-login@1.0.9",