You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added --dry-run flag to rm, mkdir, cp, mv, put, restore, and share-link (create, update, revoke) commands for previewing changes without executing them.
Added --if-exists=autorename option for cp, mv, and put commands to automatically rename files on conflict.
Added cross-command dry-run contract tests.
Added dryRunOptionalEnabled flag and consolidated flag guard logic.
Automated WinGet manifest updates on release with scoped token permissions.
Changed
Migrated dry-run implementations to use shared renderOperation helper for consistency.
Extracted shared mv/cp relocation driver to reduce code duplication.
Bumped CI Go to 1.25.12 for GO-2026-5856 security fix.