From 4d9dbe56bdd4d3561daee2b6af9ba912225005a5 Mon Sep 17 00:00:00 2001 From: KyleTryon Date: Mon, 15 May 2023 09:45:38 -0400 Subject: [PATCH] docs: remove preview message. Now GA --- cmd/orb.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/orb.go b/cmd/orb.go index 435504563..5cc227c21 100644 --- a/cmd/orb.go +++ b/cmd/orb.go @@ -1055,7 +1055,6 @@ func inlineIncludes(node *yaml.Node, orbRoot string) error { func initOrb(opts orbOptions) error { orbPath := opts.args[0] var err error - fmt.Println("Note: This command is in preview. Please report any bugs! https://github.com/CircleCI-Public/circleci-cli/issues/new/choose") fullyAutomated := 0 prompt := &survey.Select{