What's Changed
Package Management Integration
- feat: add integrated package management commands by @KercyDing
uvup add <packages>- Add packages to active environmentuvup remove <packages>- Remove packages from active environmentuvup lock- Update lockfile with--upgradesupportuvup tree- Display dependency tree with--depthoption- All commands use
uv --project <path>internally for location independence
Breaking Changes
- BREAKING: Renamed
uvup remove <name>touvup delete <name>- Clarifies distinction:
deletefor environments,removefor packages
- Clarifies distinction:
Documentation
- Updated README, COMMANDS.md, and USE_CASES.md for new command structure
- Added package management workflow examples
Full Changelog: v0.2.0...v0.2.1