mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-03 14:09:24 +00:00
Remove redundant command and update help text
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user