b2c-sites

Use the b2c CLI plugin to list and inspect storefront sites on Salesforce B2C Commerce instances.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "b2c-sites" with this command: npx skills add salesforcecommercecloud/b2c-developer-tooling/salesforcecommercecloud-b2c-developer-tooling-b2c-sites

B2C Sites Skill

Use the b2c CLI plugin to list and inspect storefront sites on Salesforce B2C Commerce instances.

Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli sites list ).

Examples

List Sites

list all sites on the configured instance

b2c sites list

list sites on a specific server

b2c sites list --server my-sandbox.demandware.net

list sites with JSON output (useful for parsing/automation)

b2c sites list --json

use a specific instance from config

b2c sites list --instance production

enable debug logging

b2c sites list --debug

More Commands

See b2c sites --help for a full list of available commands and options in the sites topic.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

b2c-slas-auth-patterns

No summary provided by upstream source.

Repository SourceNeeds Review