feat: add cli to run the crew (#1080)

* feat: add cli to run the crew

* feat: change command to run_crew

* feat: change pyprojet to run_Crew

* docs: change docs to address crewai run
This commit is contained in:
Eduardo Chiarotti
2024-08-08 10:48:22 -03:00
committed by GitHub
parent 86c6760f58
commit 297dc93fb4
5 changed files with 40 additions and 0 deletions

View File

@@ -244,6 +244,10 @@ def run():
To run your project, use the following command:
```shell
$ crewai run
```
or
```shell
$ poetry run my_project
```