greentic-operator 0.4.43

Greentic operator CLI for local dev and demo orchestration.
Documentation
mod build;
pub mod card;
pub mod commands;
mod doctor;
pub mod event_router;
pub mod github_mcp;
pub mod help;
pub mod history;
pub mod http_ingress;
pub mod ingress_dispatch;
pub mod ingress_types;
pub mod input;
pub mod pack_resolve;
pub mod qa_bridge;
pub mod repl;
pub mod runner;
pub mod runner_host;
mod runtime;
pub mod setup;
pub mod timer_scheduler;
mod types;

pub use build::{BuildOptions, build_bundle};
pub use doctor::demo_doctor;
pub use http_ingress::{HttpIngressConfig, HttpIngressServer};
pub use repl::DemoRepl;
pub use runner::DemoRunner;
pub use runner_host::{DemoRunnerHost, FlowOutcome, OperatorContext};
pub use runtime::{demo_logs_runtime, demo_status_runtime};
pub use setup::{ProvidersInput, discover_tenants};
pub use types::{DemoBlockedOn, UserEvent};