# Notification Channel Management CLI Commands ## Module Cli ## Status VERIFIED ## Description CLI commands for notification channel management including `stella notify channels list/test`, `stella notify templates list/render`, and `stella notify preferences export/import` for managing notification channels, testing connectivity, previewing templates, and bulk-configuring user notification preferences. ## Implementation Details - **Command Group**: `src/Cli/StellaOps.Cli/Commands/NotifyCommandGroup.cs` -- `NotifyCommandGroup` - **Notify Client**: `src/Cli/StellaOps.Cli/Services/NotifyClient.cs` / `INotifyClient.cs` -- notification API client - **Route consolidation**: Commands consolidated under `stella config notify` via cli-routes.json - **Commands**: - `stella config notify channels list` -- list configured notification channels - `stella config notify channels test ` -- test channel connectivity - `stella config notify templates list` -- list notification templates - `stella config notify templates render