Internxt CLI [CLI&WebDAV] 1.6.8 released for NPM (Windows, MacOS, Linux)
What's new:
New Features
- Added an
--overwriteflag toupload-file, letting you replace an existing file in the destination folder instead of creating a duplicate. - Added ETag support to the WebDAV server (GET, HEAD, PUT and PROPFIND requests), improving compatibility with WebDAV clients that rely on ETags for caching and conflict detection.
Improvements
- Auth credentials are now preserved when a token refresh fails with a retryable error, avoiding unnecessary logouts.
- Optimized WebDAV file replacement writes for better performance.
- Optimized file uploads when streaming from disk, reducing memory usage for large files.
- Improved database performance with some database tweaks.
- Error responses now include more detailed messages and status codes from the API.
- Improved UUID validation consistency across commands.
Fixes
- Fixed file downloads to use the correct bucket from the drive file item.
- Removed the
--hostflag fromloginand updated SSO login to use the default IP. - Codespace cleanup to remove unused features