Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
retrieve, not deploy
  • Loading branch information
mshanemc authored Feb 5, 2024
1 parent 0e89d98 commit 4d9cf99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releasenotes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ If you use record types, we recommend that you try setting `org-capitalize-recor
Snapshots are available when your Dev Hub org is upgraded to the Spring ’24 release. Then enable Scratch Org Snapshots in the Dev Hub org that you use to create scratch orgs. For more information, see [Scratch Org Snapshots](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_snapshots_intro.htm). (Available December 20, 2023, when the Spring '24 documentation is in preview.)
* NEW: When previewing a deployment with the `project deploy preview` command, use the new `--concise` flag to show only the changes that will be retrieved. The output also omits the files that are in the `.forceignore` file. For example:
* NEW: When previewing a retrieve with the `project retrieve preview` command, use the new `--concise` flag to show only the changes that will be retrieved. The output also omits the files that are in the `.forceignore` file. For example:
```bash
sf project deploy preview --metadata ApexClass --target-org my-scratch --concise
sf project retrieve preview --metadata ApexClass --target-org my-scratch --concise
```
(GitHub issue [#2489](https://github.com/forcedotcom/cli/discussions/2489), plugin-deploy-retrieve PR [#831](https://github.com/salesforcecli/plugin-deploy-retrieve/pull/831))
Expand Down

0 comments on commit 4d9cf99

Please sign in to comment.