Added
- Add
--checkoutflag topathcommand to force checkout if needed. - Add
--no-checkoutflag toupdatecommand to prevent checkout after update if not needed.
Changed
pathand local links: Skip checkout if package path already exists (can be overruled by--checkoutflag)update: Default to automatically perform checkout after update (can be overruled by--no-checkoutflag)
Fixed
- Improve ReadMe and Warning information for
vendorupstream linking. - Ensure
workspace.package_linkssymlinks are properly updated when executing theclonecommand.