Skip to main content

Crate systemprompt_cli

Crate systemprompt_cli 

Source
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
admin command tree: privileged platform administration.
analytics
Top-level analytics command group spanning all metric domains.
build
The build command group for compiling the workspace and MCP extensions.
cli_settings
CLI-wide runtime settings: output format, verbosity, colour, and interactivity.
cloud
cloud command tree for systemprompt.io Cloud.
core
core command group: the platform’s primary domain commands.
descriptor
environment
infrastructure
infra command group: services, database, jobs, and logs administration.
interactive
Interactive prompting helpers shared across commands.
paths
plugins
plugins command 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 web command group: configuration management for the static-site layer.

Macros§

define_pool_command

Functions§

run