Skip to content

sdtk-ops — Command Reference

Operations CLI. Guide: SDTK-OPS.

bash
npm install -g sdtk-ops-kit   # included in sdtk-kit
sdtk-ops help

The full CLI surface

sdtk-ops is deliberately small — operations work runs as skill journeys in your runtime session, not CLI verbs.

CommandDescription
sdtk-ops helpShow help
sdtk-ops initInitialize the ops workspace in a project
sdtk-ops updateUpdate the kit's assets
sdtk-ops runtime installInstall the ops-* skills for your runtime
sdtk-ops runtime statusShow installed runtime assets
sdtk-ops runtime uninstallRemove 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-discover

Deployment, in order:

text
ops-plan → ops-infra-plan → ops-container → ops-ci-cd → ops-deploy → ops-monitor → ops-verify

Every journey closes with ops-verify — the verification evidence is what completes the deployment.

SDTK — governed, auditable, resumable AI-assisted engineering.