godot-export-cli
v1.0.0
Published
CLI tool for Godot game engine export and project configuration
Maintainers
Readme
godot-export-cli
CLI tool for Godot game engine export and project configuration
Installation
npm install -g godot-export-cliUsage
Initialize configuration
godot-export init
godot-export init --template advanced
godot-export init --output custom-config.jsonValidate configuration
godot-export validate
godot-export validate path/to/config.jsonView configuration
godot-export show
godot-export show --env production
godot-export show --jsonModify configuration
godot-export set settings.debug true
godot-export set settings.logLevel \"warn\"Compare configurations
godot-export diff config-dev.json config-prod.jsonList templates
godot-export templatesTemplates
| Template | Description |
|----------|-------------|
| minimal | Bare minimum configuration |
| standard | Recommended defaults for most projects |
| advanced | Full-featured with security, caching, and multi-environment support |
Why godot-export-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
