Skip to content

Commit 0a6b8c8

Browse files
authored
Rename ods topic to sandbox and add permissions/scheduler flags to sandbox create (#113)
Rename the `ods` command topic to `sandbox` with `ods` aliases for backward compatibility. Add `--permissions-client-id`, `--ocapi-settings`, `--webdav-settings`, `--start-scheduler`, and `--stop-scheduler` flags to `sandbox create` for flexible sandbox provisioning.
1 parent ddf749d commit 0a6b8c8

22 files changed

Lines changed: 604 additions & 341 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@salesforce/b2c-cli': minor
3+
---
4+
5+
Rename `ods` topic to `sandbox` (with `ods` alias for backward compatibility). Add `--permissions-client-id`, `--ocapi-settings`, `--webdav-settings`, `--start-scheduler`, and `--stop-scheduler` flags to `sandbox create`.

.claude/skills/cli-command-development/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ commands/
1919
│ ├── deploy.ts → b2c code deploy
2020
│ ├── activate.ts → b2c code activate
2121
│ └── list.ts → b2c code list
22-
├── ods/
23-
│ ├── create.ts → b2c ods create
24-
│ └── list.ts → b2c ods list
22+
├── sandbox/
23+
│ ├── create.ts → b2c sandbox create
24+
│ └── list.ts → b2c sandbox list
2525
└── mrt/
2626
└── env/
2727
└── var/

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const guideSidebar = [
6969
{ text: 'Logs Commands', link: '/cli/logs' },
7070
{ text: 'Sites Commands', link: '/cli/sites' },
7171
{ text: 'WebDAV Commands', link: '/cli/webdav' },
72-
{ text: 'ODS Commands', link: '/cli/ods' },
72+
{ text: 'Sandbox Commands', link: '/cli/sandbox' },
7373
{ text: 'MRT Commands', link: '/cli/mrt' },
7474
{ text: 'eCDN Commands', link: '/cli/ecdn' },
7575
{ text: 'SLAS Commands', link: '/cli/slas' },

0 commit comments

Comments
 (0)