Analyze
Scan a Salesforce project, build a dependency graph, detect cycles, and generate deployment waves.
sf smart-deployment analyze \
--source-path force-app \
--use-ai
Smart Deployment scans metadata, builds a dependency graph, generates staged deployment waves, validates project state, and supports optional AI-assisted prioritization and dependency inference.
Scan a Salesforce project, build a dependency graph, detect cycles, and generate deployment waves.
sf smart-deployment analyze \
--source-path force-app \
--use-ai
Check deployment readiness, summarize issues, and optionally add AI-assisted risk assessment.
sf smart-deployment validate \
--source-path force-app \
--use-ai
Run staged deployments, persist local state, and support conservative remediation for supported cycles.
sf smart-deployment start \
--source-path force-app \
--target-org myorg
analyze, start, validate, status, resume, and config
The current provider abstraction supports agentforce and openai.
AI can assist with dependency inference, priority weighting, and validation, while retaining
deterministic fallbacks where possible.
{
"llm": {
"provider": "openai",
"model": "gpt-4o-mini",
"timeout": 30000
}
}
analyze · start · validate
Plus status, resume, and config.
agentforce · openai
Shared provider interface for future expansion.
safer deploys
Less guesswork around dependency order, validation, and project readiness.
The most important operational docs are the command reference, AI configuration guide, and known limitations. They reflect the current state of the product better than the historical design docs.