@salesforce/cli 1.17.0 → 1.18.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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
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.18.0](https://github.com/salesforcecli/cli/compare/v1.17.0...v1.18.0) (2022-03-09)
6
+
5
7
  ## [1.17.0](https://github.com/salesforcecli/cli/compare/v1.16.0...v1.17.0) (2022-03-02)
6
8
 
7
9
  ## [1.16.0](https://github.com/salesforcecli/cli/compare/v1.15.0...v1.16.0) (2022-02-23)
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.17.0 linux-x64 node-v14.19.0
34
+ @salesforce/cli/1.18.0 linux-x64 node-v14.19.0
35
35
  $ sf --help [COMMAND]
36
36
  USAGE
37
37
  $ sf COMMAND
@@ -52,6 +52,7 @@ USAGE
52
52
  - [`sf deploy`](#sf-deploy)
53
53
  - [`sf deploy functions`](#sf-deploy-functions)
54
54
  - [`sf deploy metadata`](#sf-deploy-metadata)
55
+ - [`sf env compute collaborator add`](#sf-env-compute-collaborator-add)
55
56
  - [`sf env create compute`](#sf-env-create-compute)
56
57
  - [`sf env delete`](#sf-env-delete)
57
58
  - [`sf env display`](#sf-env-display)
@@ -462,6 +463,23 @@ ENVIRONMENT VARIABLES
462
463
  or force:source:push.
463
464
  ```
464
465
 
466
+ ## `sf env compute collaborator add`
467
+
468
+ Add a Heroku user as a collaborator on this Functions account, allowing them to attach Heroku add-ons to compute environments.
469
+
470
+ ```
471
+ USAGE
472
+ $ sf env compute collaborator add -h <value>
473
+
474
+ FLAGS
475
+ -h, --heroku-user=<value> (required) Email address of the Heroku user you're adding as a collaborator.
476
+
477
+ EXAMPLES
478
+ Add a Heroku user as a collaborator on this Functions account.
479
+
480
+ $ sf env compute collaborator add --heroku-user example@heroku.com
481
+ ```
482
+
465
483
  ## `sf env create compute`
466
484
 
467
485
  Create a compute environment for use with Salesforce Functions.
@@ -1003,7 +1021,7 @@ DESCRIPTION
1003
1021
  Display help for sf.
1004
1022
  ```
1005
1023
 
1006
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.11/src/commands/help.ts)_
1024
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.12/src/commands/help.ts)_
1007
1025
 
1008
1026
  ## `sf info:releasenotes:display [-v <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1009
1027
 
@@ -1677,7 +1695,7 @@ USAGE
1677
1695
 
1678
1696
  FLAGS
1679
1697
  -b, --debug-port=<value> [default: 9229] Port for remote debugging.
1680
- -l, --language=(javascript|typescript|java|auto) [default: auto]
1698
+ -l, --language=(javascript|typescript|java|auto) [default: auto] The language that the function runs in.
1681
1699
  -p, --port=<value> [default: 8080] Port for running the function.
1682
1700
  -v, --verbose Output additional logs.
1683
1701