saleor-configurator
Installation
SKILL.md
Saleor Configurator
Guide for using Saleor Configurator — a "commerce as code" CLI that lets you define your entire Saleor store configuration in YAML and deploy it declaratively.
When to Apply
- Writing or editing
config.ymlfor a Saleor store - Running
deploy,introspect, ordiffcommands - Understanding which identifier to use (
slugvsname) for each entity - Debugging mismatches between local config and remote state
- Setting up CI/CD pipelines for automated deployments
- Migrating store configuration between environments
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Config Schema | CRITICAL | config- |
Related skills