//! Tenant creation flows for the `cloud tenant create` command.
//!
//! Routes to [`create_local_tenant`] for a tenant-owned Docker container or
//! [`create_external_tenant`] for a user-supplied database.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use ;