From 5719ed79c814cf94aff6569965b4d70db400860d Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Wed, 5 Feb 2025 14:35:00 -0500 Subject: [PATCH] monitoring: remove beta label (#1655) --- commands/monitoring.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/monitoring.go b/commands/monitoring.go index b1af391aa..8a2710b5c 100644 --- a/commands/monitoring.go +++ b/commands/monitoring.go @@ -30,7 +30,7 @@ func Monitoring() *Command { cmd := &Command{ Command: &cobra.Command{ Use: "monitoring", - Short: "[Beta] Display commands to manage monitoring", + Short: "Display commands to manage monitoring", Long: `The sub-commands of ` + "`" + `doctl monitoring` + "`" + ` manage the monitoring on your account. You can create alert policies to monitor the resource consumption of your Droplets, and uptime checks to monitor the availability of your websites and services`,