Skip to content

Commit a776dad

Browse files
committed
scope nit
1 parent 1c542ba commit a776dad

File tree

2 files changed

+4
-0
lines changed
  • plugins

2 files changed

+4
-0
lines changed

plugins/b2c-cli/skills/b2c-slas/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ b2c slas client create --tenant-id abcd_123 --channels RefArch --default-scopes
5555

5656
Note: By default, the tenant is automatically created if it doesn't exist.
5757

58+
**Warning:** Use `--scopes` (plural) for client scopes, NOT `--scope` (singular). The `--scope` flag is a global authentication option and will cause errors if used here.
59+
5860
### Create Client for Custom API Testing
5961

6062
When testing a Custom API that requires custom scopes:

plugins/b2c/skills/b2c-custom-api-development/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ b2c slas client create \
361361
# Save the client_id and client_secret from the output
362362
```
363363

364+
**Warning:** Use `--scopes` (plural) for client scopes, NOT `--scope` (singular).
365+
364366
See `b2c-cli:b2c-slas` skill for more options.
365367

366368
### Get a Shopper Token (Private Client)

0 commit comments

Comments
 (0)