We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f12a7c commit 8d63861Copy full SHA for 8d63861
1 file changed
src/cmd/cli/command/debug.go
@@ -13,7 +13,7 @@ var debugCmd = &cobra.Command{
13
Use: "debug [SERVICE...]",
14
Annotations: authNeededAlways,
15
Hidden: true,
16
- Short: "Debug a build, deployment, or service failure (Pro subscription required for full debugging)",
+ Short: "Debug a build, deployment, or service failure",
17
RunE: func(cmd *cobra.Command, args []string) error {
18
ctx := cmd.Context()
19
etag, _ := cmd.Flags().GetString("etag")
0 commit comments