Skip to content

Commit da63ba7

Browse files
committed
nit bugfix: wrong cli arg
1 parent bd85dc6 commit da63ba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use the `b2c` CLI plugin to manage Salesforce B2C Commerce On-demand sandboxes (
1515
b2c ods list
1616

1717
# for realm zzpq with JSON output
18-
b2c ods list --realm zzpq --output json
18+
b2c ods list --realm zzpq --json
1919

2020
# filter by status and those created by a specific user, only print the columns id,state,hostname
2121
b2c ods list --filter-params 'state=started,creating&createdBy=clavery@salesforce.com' --realm zzpq --columns id,state,hostname

0 commit comments

Comments
 (0)