You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/friendly-sandbox-id.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@
3
3
'@salesforce/b2c-tooling-sdk': minor
4
4
---
5
5
6
-
Add support for friendly sandbox ID format (realm-instance) in ODS commands. You can now use `zzzv-123` or `zzzv_123` instead of full UUIDs for `ods get`, `ods start`, `ods stop`, `ods restart`, and `ods delete` commands.
6
+
Add support for realm-instance format in ODS commands. You can now use `zzzv-123` or `zzzv_123` instead of full UUIDs for `ods get`, `ods start`, `ods stop`, `ods restart`, and `ods delete` commands.
Copy file name to clipboardExpand all lines: docs/cli/ods.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ Commands that operate on a specific sandbox (`get`, `start`, `stop`, `restart`,
13
13
| Format | Example | Description |
14
14
|--------|---------|-------------|
15
15
| UUID |`abc12345-1234-1234-1234-abc123456789`| Full sandbox UUID |
16
-
|Friendly ID|`zzzv-123` or `zzzv_123`| Realm-instance format |
16
+
|Realm-instance|`zzzv-123` or `zzzv_123`| Realm-instance format |
17
17
18
-
The friendly ID format uses the 4-character realm code followed by a dash (`-`) or underscore (`_`) and the instance identifier. When using a friendly ID, the CLI automatically looks up the corresponding sandbox UUID.
18
+
The realm-instance format uses the 4-character realm code followed by a dash (`-`) or underscore (`_`) and the instance identifier. When using the realm-instance format, the CLI automatically looks up the corresponding sandbox UUID.
19
19
20
20
```bash
21
21
# These are equivalent (assuming zzzv-123 resolves to the UUID)
Copy file name to clipboardExpand all lines: plugins/b2c-cli/skills/b2c-ods/SKILL.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ Use the `b2c` CLI plugin to manage Salesforce B2C Commerce On-demand sandboxes (
12
12
Commands that operate on a specific sandbox accept two ID formats:
13
13
14
14
-**UUID**: The full sandbox UUID (e.g., `abc12345-1234-1234-1234-abc123456789`)
15
-
-**Friendly ID**: The realm-instance format (e.g., `zzzv-123` or `zzzv_123`)
15
+
-**Realm-instance**: The realm-instance format (e.g., `zzzv-123` or `zzzv_123`)
16
16
17
-
The friendly ID format uses the 4-character realm code followed by a dash or underscore and the instance number. When using a friendly ID, the CLI will automatically look up the corresponding UUID.
17
+
The realm-instance format uses the 4-character realm code followed by a dash or underscore and the instance number. When using a realm-instance format, the CLI will automatically look up the corresponding UUID.
0 commit comments