wake-commerce-mcp
v0.1.0
Published
CLI for Wake Commerce
Readme
Wake Commerce CLI
CLI for Wake Commerce. Single binary for admin and developer operations over the Wake Commerce Public API.
Constitution: .specify/memory/constitution.md defines non-negotiable principles.
Installation
npm install
npm run buildFor global install:
npm linkUsage
# Show help
wake-commerce --help
# or short alias
wc --help
# Initialize project
wake-commerce init
# Manage configuration
wake-commerce config get <key>
wake-commerce config set <key> <value>
# Check status
wake-commerce statusDevelopment
npm run dev -- --help # Run without building
npm run build # Compile TypeScript
npm start -- --help # Run compiled CLICommands
| Command | Description |
|---------|-------------|
| init | Initialize Wake Commerce in the current project |
| config | Manage configuration (get/set) |
| status | Show project status |
