Skip to content

Commit

Permalink
Merge pull request #595 from salesforcecli/js/fix-messages
Browse files Browse the repository at this point in the history
fix: update messages to doc "org create scratch"
  • Loading branch information
iowillhoit authored May 29, 2024
2 parents ffebf69 + 9b98f37 commit 8c19af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messages/shape.create.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Scratch org shapes mimic the baseline setup (features, limits, edition, and Meta

Run "<%= config.bin %> org list shape" to view the available org shapes and their IDs.

To create a scratch org from an org shape, include the "sourceOrg" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the "<%= config.bin %> force:org:create" command.
To create a scratch org from an org shape, include the "sourceOrg" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the "<%= config.bin %> org create scratch" command.

# examples

Expand Down
2 changes: 1 addition & 1 deletion messages/snapshot.create.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A snapshot is a point-in-time copy of a scratch org. The copy is referenced by i

Use "<%= config.bin %> org get snapshot" to get details, including status, about a snapshot creation request.

To create a scratch org from a snapshot, include the "snapshot" option (instead of "edition") in the scratch org definition file and set it to the name of the snapshot. Then use "<%= config.bin %> force:org:create" to create the scratch org.
To create a scratch org from a snapshot, include the "snapshot" option (instead of "edition") in the scratch org definition file and set it to the name of the snapshot. Then use "<%= config.bin %> org create scratch" to create the scratch org.

# examples

Expand Down

0 comments on commit 8c19af7

Please sign in to comment.