Skip to main content

Crate cvkg_cli

Crate cvkg_cli 

Source

Re-exports§

pub use config::CliConfig;
pub use devtools::DevToolWidget;
pub use devtools::DevToolsDashboard;
pub use devtools::LogEntry;
pub use devtools::LogLevel;
pub use devtools::Panel;
pub use devtools::PanelContent;
pub use devtools::PerfMetrics;
pub use devtools::capture_metrics;
pub use devtools::current_timestamp;
pub use devtools::format_log_entry;
pub use devtools::update_metrics;
pub use error::CliError;
pub use error::exit_with_error;
pub use native_shell::NativeShell;
pub use native_shell::ShellBackend;
pub use native_shell::ShellError;
pub use native_shell::ShellWindow;
pub use native_shell::WindowEvent;
pub use native_shell::create_window;
pub use native_shell::poll_events;
pub use scaffold::Scaffolder;
pub use scaffold::Template;
pub use token_export::TokenExport;
pub use ws_server::AppState;
pub use ws_server::DevtoolsCommand;
pub use ws_server::DevtoolsMessage;
pub use ws_server::WsMessage;
pub use ws_server::create_router;
pub use ws_server::start_file_watcher;
pub use ws_server::start_server;

Modules§

agent_replay
Agent Replay Module Load and replays agent traces for debugging
asset_pipeline
Asset Pipeline Hook Handles validation and optimization of static assets like shaders, fonts, and images.
build_pipeline
Build Pipeline Hook Hooks into the build process for incremental rebuilds
config
Configuration file support for the CVKG CLI.
dev_runtime
Dev Runtime Controller Responsible for launching runtime, maintaining connection, and coordinating updates
devtools
DevTools Dashboard Module
devtools_dashboard
error
CLI error types for user-friendly error reporting.
native_shell
Native Shell Module
patch_engine
Patch Engine Responsible for generating patches from compiled artifacts
plugin
Plugin system for extending the CVKG CLI.
runtime_connection
Runtime Connection Layer Handles communication between CLI and running app
scaffold
token_export
Design Token Export — Item 13
webkit_server
WebKit Preview Server Serves the host shell and WASM bundle for app preview
ws_server
WebSocket Server Multiplexed WebSocket server for runtime communication, DevTools, hot reload, and agent streams