How to add a second crew to the existing flow?

I am using crew ai version 0.80.0
However I am getting the No such command found error while adding a crew into the flow

No such command ‘add-crew’.

@web3_nk Just to make sure, you tried crewai flow add-crew <crew_name>?

@rokbenko, Yes i did type crewai flow add-crew

@web3_nk I just completed the process from scratch using CrewAI SDK v0.80.0, and it worked as stated in the docs! Here’s a step-by-step guide:

  1. Create the flow with the first crew: crewai create flow my_flow
  2. Change the directory: cd my_flow
  3. Add a second crew to the existing flow: crewai flow add-crew my_second_crew

Check out the screenshot below for proof. Note that the names in my example differ slightly for clarity. I used my_flow and my_second_crew to make it easier to follow.

Hi @rokbenko, I figured it out

So within my venv i had the version 0.80 but globally it was 0.70
I upgraded it and it worked

Thanks buddy !

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.