Remove redundant command and update help text

This commit is contained in:
Heitor Carvalho
2025-05-19 13:20:52 -03:00
parent 7bc1ee8068
commit e6f3dae0e7

View File

@@ -212,15 +212,9 @@ def update():
update_crew()
@crewai.command()
def signup():
"""Sign Up/Login to CrewAI+."""
AuthenticationCommand().signup()
@crewai.command()
def login():
"""Sign Up/Login to CrewAI+."""
"""Sign Up/Login to CrewAI Enterprise."""
AuthenticationCommand().signup()