sdtk-ops — Command Reference
Operations CLI. Guide: SDTK-OPS.
bash
npm install -g sdtk-ops-kit # included in sdtk-kit
sdtk-ops helpThe full CLI surface
sdtk-ops is deliberately small — operations work runs as skill journeys in your runtime session, not CLI verbs.
| Command | Description |
|---|---|
sdtk-ops help | Show help |
sdtk-ops init | Initialize the ops workspace in a project |
sdtk-ops update | Update the kit's assets |
sdtk-ops runtime install | Install the ops-* skills for your runtime |
sdtk-ops runtime status | Show installed runtime assets |
sdtk-ops runtime uninstall | Remove runtime assets |
No deploy verbs
There are no sdtk-ops deploy, sdtk-ops incident, or sdtk-ops monitor commands. Don't script them — they don't exist. Deployment, monitoring, and incident work happen through the skill journeys below, in your AI runtime session.
Skill journeys (run in your AI session)
Discovery:
text
ops-discoverDeployment, in order:
text
ops-plan → ops-infra-plan → ops-container → ops-ci-cd → ops-deploy → ops-monitor → ops-verifyEvery journey closes with ops-verify — the verification evidence is what completes the deployment.