opendeploy-monorepo
Installation
SKILL.md
OpenDeploy Monorepo / Multi-Service
This skill turns a repo with multiple deployable pieces into one OpenDeploy
project plan. It is normally invoked internally by /opendeploy; users do not
need to switch commands.
Preflight
If invoked directly, run the normal OpenDeploy gate first:
npm list -g @opendeploydev/cli --depth=0 --json
npm view @opendeploydev/cli version --json
opendeploy update check --json
opendeploy preflight . --json
opendeploy deploy plan . --review --json
Use the global opendeploy binary only. Do not use npx.