CLI
CLI Commands
Canonical reference for VDK CLI commands and retrieval/deployment workflows
CLI Commands Reference
This page reflects the current vdk command surface and canonical AI Context Schema v3 behavior.
CLI command semantics are the runtime authority for the ecosystem. Hub and Wiki should mirror this behavior and not redefine retrieval/adaptation/deployment rules.
Command Overview
vdk [command] [options]Core project commands
init- initialize VDK for a projectscan- re-analyze and refresh project rulesstatus- inspect VDK and integration statusvalidate- validate schema/platform compatibilitygenerate- generate platform-specific context filesimport- import existing assistant context filesconvert- convert context formats between platforms
Blueprint library commands
sync- sync blueprints from Hub/repositorybrowse- browse repository/community blueprintssearch- canonical metadata search (kind/specificity/platform)deploy- deploy a blueprint to active integrationsanalyze- inspect dependencies/relationships for a blueprintrepo-stats- repository statistics and compliance summaryplatform- list platform-compatible blueprintscreate- scaffold a new blueprint document
Migration commands
migrate- migrate existing AI contexts/rules into VDK formatschema-migrate- migrate blueprints to schema v3schema-upgrade- upgrade blueprint content from legacy schema versions
Ecosystem commands
hub-generate- generate package content from VDK Hubpublish- publish rule files to community channelsmcp- manage MCP servers and related integration stateplugin- manage VDK pluginsteam:share- share team configurationteam:config- sync team configuration resources
Canonical retrieval and curation
search and deploy operate on canonical schema metadata:
- Canonical kind taxonomy (for
--kind):project-memory,conditional-rule,skill,command,workflow,agent,hook,mcp-integration,plugin-distribution
- Specificity layers (
--specificity):L0,L1,L2,L3,L4 - Default retrieval behavior:
- blended selection across
L0-L3 L4provenance variants excluded unless--include-l4is provided
- blended selection across
High-value workflows
Initialize and validate project setup
vdk init --interactive
vdk status --verbose
vdk validateCurated blueprint discovery and deployment
vdk search --kind skill --platform claude-code
vdk search --query nextjs --specificity L2
vdk deploy <blueprint-id>Migration and schema alignment
vdk migrate --dry-run
vdk schema-migrate --verbose
vdk schema-upgradeNotes
- Use
vdk --helpfor full command list. - Use
vdk <command> --helpto see command-specific options. - Option sets evolve over time; this page tracks canonical behavior and deployment workflow.