-
Notifications
You must be signed in to change notification settings - Fork 0
Release Runbook
Heide Mankablewy edited this page Jun 13, 2026
·
2 revisions
Do not publish without explicit release approval.
npm run build
npm run test:ci
npm audit --omit=dev --json
npm pack --dry-run --json
npm run preflight:npmnpm pack
mkdir -p /tmp/kablewy-cli-smoke
cd /tmp/kablewy-cli-smoke
npm init -y
npm install /path/to/kablewy-cli-0.1.0.tgz
./node_modules/.bin/kablewy --help
./node_modules/.bin/kablewy --version
./node_modules/.bin/kablewy docs --help
./node_modules/.bin/kablewy mcp --helpUse a throwaway config directory so release checks never read or write a developer's personal CLI profile:
KABLEWY_CONFIG_DIR=/tmp/kablewy-cli-release-smoke kablewy login
KABLEWY_CONFIG_DIR=/tmp/kablewy-cli-release-smoke kablewy status --json
KABLEWY_CONFIG_DIR=/tmp/kablewy-cli-release-smoke kablewy docs list --json
KABLEWY_CONFIG_DIR=/tmp/kablewy-cli-release-smoke kablewy tools list --jsonBefore publishing a public install, verify backend upload hardening is live in production.