astroctl_notifications_validate
astroctl notifications validate
Validate notification configuration
Synopsis
Validate that your notification configuration is properly set up for cluster operations.
This command checks that you have:
- Required notification integrations configured (email/slack)
- Required notification subscriptions enabled (cluster-pipeline)
- Proper channels configured for receiving notifications
Run this before deploying clusters to ensure you'll receive approval notifications.
astroctl notifications validate [flags]
Examples
# Validate overall notification setup
astroctl notifications validate
# Validate specific topic configuration
astroctl notifications validate --topic cluster-pipeline
# Quick validation before cluster deployment
astroctl notifications validate --topic cluster-pipeline && astroctl clusters apply -f cluster.yaml
Options
-h, --help help for validate
--topic string Specific topic to validate (optional)
Options inherited from parent commands
-o, --output string Output format (json|yaml) (default "yaml")
SEE ALSO
- astroctl notifications - Manage notification subscriptions and integrations