A powerful CLI tool for managing FirstSpirit CMS projects, modules, features, and server operations. Explore 24 commands across 8 groups with interactive simulations.
Browse all available commands organized by functional groups
Step-by-step guides for typical automation scenarios
Build and test commands with real-time preview
Welcome to FSDevTools CLI Simulator!
Select a command and parameters above, then click "Run Simulation"
Understand how FSDevTools is structured
Commands are auto-discovered via ClassGraph classpath scanning. Simply annotate your class with @Command and it will be available.
Add new commands by implementing the Command interface or extending SimpleCommand for FirstSpirit connection support.
Support for BeanShell, Groovy, and JavaScript via pluggable script engines in the /plugins directory.