semantic-kernel-cli
v1.0.0
Published
Microsoft Semantic Kernel AI orchestration configuration generator CLI
Maintainers
Readme
semantic-kernel-cli
Microsoft Semantic Kernel AI orchestration configuration generator CLI
Installation
npm install -g semantic-kernel-cliUsage
Initialize configuration
semantic-kernel init
semantic-kernel init --template advanced
semantic-kernel init --output custom-config.jsonValidate configuration
semantic-kernel validate
semantic-kernel validate path/to/config.jsonView configuration
semantic-kernel show
semantic-kernel show --env production
semantic-kernel show --jsonModify configuration
semantic-kernel set settings.debug true
semantic-kernel set settings.logLevel \"warn\"Compare configurations
semantic-kernel diff config-dev.json config-prod.jsonList templates
semantic-kernel templatesTemplates
| Template | Description |
|----------|-------------|
| minimal | Bare minimum configuration |
| standard | Recommended defaults for most projects |
| advanced | Full-featured with security, caching, and multi-environment support |
Why semantic-kernel-cli?
- Zero dependencies at runtime — just
commanderandchalk - Template-based — start with minimal, standard, or advanced presets
- Validation built-in — catch config errors before deployment
- Environment-aware — manage dev/staging/production configs in one file
- Diff support — compare configs across environments
License
MIT
