Skip to content

Commit

Permalink
Update README.md (#3049)
Browse files Browse the repository at this point in the history
Fix typo in the "Salesforce" word for the CLI v2.61.8 release.
  • Loading branch information
AndrewStopchenko-SO authored Oct 10, 2024
1 parent 5dbaf2d commit 4f4bfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releasenotes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ These changes are in the Salesforce CLI release candidate. We plan to include th

* NEW: Download and install Salesforce CLI on Windows ARM64 computers with our new `sf-arm64.exe` installer. We're in the process of updating the [download page](https://developer.salesforce.com/tools/salesforcecli) with this new option, but in the meantime you can download the `stable` executable [here](https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-arm64.exe). (oclif PR [#1559](https://github.com/oclif/oclif/pull/1559))

* NEW: When you create a sandbox with the `org create sandbox` command, you can now specify the public group of Salesforce users that can access the sandbox by including either the `activationUserGroupId` or `activationUserGroupName` option (but not both) in the sandbox definition file. This example specifies that the Salesforc public user group with name `ExpertUsers` can access the sandbox after it's created:
* NEW: When you create a sandbox with the `org create sandbox` command, you can now specify the public group of Salesforce users that can access the sandbox by including either the `activationUserGroupId` or `activationUserGroupName` option (but not both) in the sandbox definition file. This example specifies that the Salesforce public user group with name `ExpertUsers` can access the sandbox after it's created:

```
{
Expand Down

0 comments on commit 4f4bfdf

Please sign in to comment.