Update help text

This commit is contained in:
Heitor Carvalho
2025-05-19 13:21:04 -03:00
parent e6f3dae0e7
commit 3525a51dd4

View File

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