init | setup | validate | execute | rollback [--target, --all, --dry-run]
/plugin marketplace add jrc1883/popkit-claude/plugin install popkit-ops@popkit-marketplace<subcommand> [target] [options]# /popkit:deploy - Universal Deployment Orchestration Deploy to any target: Docker, npm/PyPI, Vercel/Netlify, or GitHub Releases. ## Subcommands | Subcommand | Description | |------------|-------------| | init (default) | Analyze project and configure deployment targets | | setup | Generate CI/CD pipeline and target configuration | | validate | Run pre-deployment checks | | execute | Deploy to target(s) | | rollback | Undo a deployment | --- ## init (default) Analyze project state, identify deployment targets, configure `.claude/popkit/deploy.json`. **Process:** Check PopKit → Front-...