Publish Templates via CLI
Template creation is now CLI-first. Run these commands from your local project.
1. Authenticate
npx claws-supply@latest auth
2. Build + sign template
npx claws-supply@latest build
3. Publish draft
npx claws-supply@latest publish
The CLI prints the direct edit URL after draft creation. Only you and admins can view it until it is published.