/// Simple configuration creation command
///
/// Provides an interactive wizard for creating basic Fortress configurations
/// with sensible defaults for common use cases.
/// Server start command
///
/// Handles starting the Fortress server with various configuration options
/// including port, host, and data directory specifications.
/// Status command
///
/// Displays the current status of Fortress services including health checks,
/// performance metrics, and operational state.
/// Key management command
///
/// Provides comprehensive key management operations including generation,
/// rotation, rollback, and lifecycle management of cryptographic keys.
/// Configuration management command
///
/// Handles configuration operations including validation, updates,
/// and management of Fortress configuration files.
/// Data migration command
///
/// Manages database migration operations including schema updates,
/// data transformations, and version management.