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: docs/cli/sandbox.md
+37-37Lines changed: 37 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1038,27 +1038,27 @@ For the complete response including all metadata, use the `--json` flag.
1038
1038
1039
1039
## Realm-Level Commands
1040
1040
1041
-
Realm commands operate at the **realm** level rather than on an individual sandbox. They are available as both `realm` topic commands and as `sandbox realm` subcommands:
1041
+
Realm commands operate at the **realm** level rather than on an individual sandbox. Use them under the existing sandbox topics:
To run `b2c realm` commands, your user or API client must have **realm‑level access** in Account Manager (typically a role ending in `_sbx` for sandbox management).
1052
+
To run `b2c sandbox realm` (or `b2c ods realm`) commands, your user or API client must have **realm‑level access** in Account Manager (typically a role ending in `_sbx` for sandbox management).
1053
1053
1054
-
### b2c realm list
1054
+
### b2c sandbox realm list
1055
1055
1056
1056
List realms eligible for sandbox management.
1057
1057
1058
1058
#### Usage
1059
1059
1060
1060
```bash
1061
-
b2c realm list [REALM]
1061
+
b2c sandbox realm list [REALM]
1062
1062
```
1063
1063
1064
1064
#### Arguments
@@ -1071,25 +1071,25 @@ b2c realm list [REALM]
1071
1071
1072
1072
```bash
1073
1073
# List all realms you can manage
1074
-
b2c realm list
1074
+
b2c sandbox realm list
1075
1075
1076
1076
# List a single realm
1077
-
b2c realm list zzzz
1077
+
b2c sandbox realm list zzzz
1078
1078
1079
1079
# JSON output
1080
-
b2c realm list --json
1080
+
b2c sandbox realm list --json
1081
1081
```
1082
1082
1083
1083
When `REALM` is omitted, the command discovers realms from the `/me` endpoint.
When not using `--json`, the command prints a summary including:
@@ -1246,14 +1246,14 @@ When not using `--json`, the command prints a summary including:
1246
1246
1247
1247
If detailed usage is available, it prints a hint to re-run with `--json` for the full structure. If no usage data is returned for the requested period, it prints a friendly message instead of failing.
1248
1248
1249
-
### b2c realm usages
1249
+
### b2c sandbox realm usages
1250
1250
1251
1251
Show usage information for multiple realms in one request.
1252
1252
1253
1253
#### Usage
1254
1254
1255
1255
```bash
1256
-
b2c realm usages [FLAGS]
1256
+
b2c sandbox realm usages [FLAGS]
1257
1257
```
1258
1258
1259
1259
#### Flags
@@ -1271,16 +1271,16 @@ If `--realm` is omitted, the command auto-discovers realms from `/me` and querie
1271
1271
1272
1272
```bash
1273
1273
# Usage for all realms available to the current user
0 commit comments