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")