added to docs and fixed tests

This commit is contained in:
Lorenze Jay
2024-07-15 08:24:34 -07:00
parent d28ae857b7
commit 6bb909d77a
4 changed files with 14 additions and 8 deletions

View File

@@ -170,6 +170,13 @@ To use the replay feature, follow these steps:
2. Navigate to the directory where your CrewAI project is located.
3. Run the following command:
To view latest kickoff task_ids use:
```shell
crewai log-tasks-outputs
```
```shell
crewai replay -t <task_id>
```