We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd85dc6 commit da63ba7Copy full SHA for da63ba7
1 file changed
plugins/b2c-cli/skills/b2c-ods/SKILL.md
@@ -15,7 +15,7 @@ Use the `b2c` CLI plugin to manage Salesforce B2C Commerce On-demand sandboxes (
15
b2c ods list
16
17
# for realm zzpq with JSON output
18
-b2c ods list --realm zzpq --output json
+b2c ods list --realm zzpq --json
19
20
# filter by status and those created by a specific user, only print the columns id,state,hostname
21
b2c ods list --filter-params 'state=started,creating&createdBy=clavery@salesforce.com' --realm zzpq --columns id,state,hostname
0 commit comments