From 3525a51dd4a3329221be970974ab8215d58fc725 Mon Sep 17 00:00:00 2001 From: Heitor Carvalho Date: Mon, 19 May 2025 13:21:04 -0300 Subject: [PATCH] Update help text --- src/crewai/cli/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crewai/cli/command.py b/src/crewai/cli/command.py index 2bef8985d..b16de4986 100644 --- a/src/crewai/cli/command.py +++ b/src/crewai/cli/command.py @@ -23,7 +23,7 @@ class PlusAPIMixin: except Exception: self._deploy_signup_error_span = telemetry.deploy_signup_error_span() console.print( - "Please sign up/login to CrewAI+ before using the CLI.", + "Please sign up/login to CrewAI Enterprise before using the CLI.", style="bold red", ) console.print("Run 'crewai signup' to sign up/login.", style="bold green")