mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
fix: remove crewai signup references, replaced by crewai login (#3213)
This commit is contained in:
@@ -203,10 +203,7 @@ def crew(self) -> Crew:
|
|||||||
Implemente o crew ou flow no [CrewAI Enterprise](https://app.crewai.com).
|
Implemente o crew ou flow no [CrewAI Enterprise](https://app.crewai.com).
|
||||||
|
|
||||||
- **Autenticação**: Você precisa estar autenticado para implementar no CrewAI Enterprise.
|
- **Autenticação**: Você precisa estar autenticado para implementar no CrewAI Enterprise.
|
||||||
```shell Terminal
|
Você pode fazer login ou criar uma conta com:
|
||||||
crewai signup
|
|
||||||
```
|
|
||||||
Caso já tenha uma conta, você pode fazer login com:
|
|
||||||
```shell Terminal
|
```shell Terminal
|
||||||
crewai login
|
crewai login
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ class PlusAPIMixin:
|
|||||||
"Please sign up/login to CrewAI+ before using the CLI.",
|
"Please sign up/login to CrewAI+ before using the CLI.",
|
||||||
style="bold red",
|
style="bold red",
|
||||||
)
|
)
|
||||||
console.print("Run 'crewai signup' to sign up/login.", style="bold green")
|
console.print("Run 'crewai login' to sign up/login.", style="bold green")
|
||||||
raise SystemExit
|
raise SystemExit
|
||||||
|
|
||||||
def _validate_response(self, response: requests.Response) -> None:
|
def _validate_response(self, response: requests.Response) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user