bucketwarden-cli 0.1.0

BucketWarden CLI command parsing, demos, and listener runtime.
Documentation

bucketwarden-cli

License: Apache-2.0 Rust crate SSOT governed

bucketwarden-cli owns BucketWarden command parsing, operator command routing, local diagnostics, and s3 serve listener startup. It is command glue, not the home for demo implementation logic.

Install

bucketwarden-cli = { path = "../bucketwarden-cli" }

Usage

fn main() -> Result<(), bucketwarden_cli::CliError> {
    bucketwarden_cli::run_env()
}

Crate Links

Author

Jacob Stewart <jacob@swarmauri.com>