Commit Graph

3 Commits

Author SHA1 Message Date
Joao Moura
9e43bb710d fix(cli): preserve remote deploy on git setup warnings 2026-06-15 01:47:08 -07:00
Joao Moura
6796b1ce16 fix(cli): address deploy zip review feedback 2026-06-15 01:36:24 -07:00
Joao Moura
bc248c2b9c Update crewAI CLI with various enhancements and fixes
- Updated `create_json_crew.py` to require `crewai[tools]>=1.14.7`.
- Enhanced `git.py` with improved repository initialization, including automatic initial commit creation and exclusion patterns for initial commits.
- Modified `install_crew.py` to allow error handling during installation with an optional `raise_on_error` parameter.
- Expanded `plus_api.py` to include methods for creating and updating crews from ZIP files.
- Introduced a new `archive.py` for creating deployable ZIP archives of CrewAI projects, ensuring local artifacts are excluded.
- Updated `run_crew.py` to manage JSON crew dependencies and run crews in the project's environment.
- Enhanced deployment logic in `main.py` to handle ZIP uploads and improve user feedback during deployment processes.
- Added tests for new functionalities and ensured existing tests reflect recent changes in behavior and requirements.
2026-06-15 01:15:45 -07:00