From 9b98f37cdb0e30c7886c4ff57b87284f6a459c96 Mon Sep 17 00:00:00 2001 From: Juliet Shackell Date: Tue, 28 May 2024 16:22:09 -0700 Subject: [PATCH] fix: update messages to doc "org create scratch" --- messages/shape.create.md | 2 +- messages/snapshot.create.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/shape.create.md b/messages/shape.create.md index 58af77fe..a34cd519 100644 --- a/messages/shape.create.md +++ b/messages/shape.create.md @@ -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 diff --git a/messages/snapshot.create.md b/messages/snapshot.create.md index c57c6eb8..d127949c 100644 --- a/messages/snapshot.create.md +++ b/messages/snapshot.create.md @@ -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