Expand description
systemprompt.io command-line application.
Implements the systemprompt binary: the command tree (admin,
analytics, build, cloud, core, infrastructure,
plugins, web), output formatting, interactive prompts, and session
handling. run is the process entry point; CliConfig and the
settings enums control verbosity, color, and output format.
Re-exports§
pub use cli_settings::CliConfig;pub use cli_settings::ColorMode;pub use cli_settings::OutputFormat;pub use cli_settings::VerbosityLevel;
Modules§
- admin
admincommand tree: privileged platform administration.- analytics
- Top-level
analyticscommand group spanning all metric domains. - build
- The
buildcommand group for compiling the workspace and MCP extensions. - cli_
settings - CLI-wide runtime settings: output format, verbosity, colour, and interactivity.
- cloud
cloudcommand tree for systemprompt.io Cloud.- core
corecommand group: the platform’s primary domain commands.- descriptor
- environment
- infrastructure
infracommand group: services, database, jobs, and logs administration.- interactive
- Interactive prompting helpers shared across commands.
- paths
- plugins
pluginscommand group: discover and inspect compiled extensions.- presentation
- Live terminal rendering of the service-startup sequence.
- session
- CLI session lifecycle: resolve, create, persist, and clear sessions.
- shared
- Cross-command CLI utilities shared across command modules.
- web
- The
webcommand group: configuration management for the static-site layer.