tag:github.com,2008:https://github.com/internxt/cli/releases Release notes from cli 2026-03-18T12:57:02Z tag:github.com,2008:Repository/753171546/v1.6.4 2026-03-18T13:00:17Z v1.6.4 <p>Available through npm:<br> <code>npm i -g @internxt/cli</code></p> <h3>What's New:</h3> <ul> <li>Bug fix: WebDAV <code>--deleteFilesPermanently</code> flag not respected when replacing files (files sent to trash instead)</li> <li>Improvement: Updated dependencies</li> </ul> larryrider tag:github.com,2008:Repository/753171546/v1.6.3 2026-03-12T15:32:20Z v1.6.3 <p>Available through npm:<br> <code>npm i -g @internxt/cli</code></p> <h3>What's New:</h3> <ul> <li> <p>Improvement: Added workspace management commands to the CLI.</p> <ul> <li>New CLI Commands: <ul> <li><code>internxt workspaces list</code> returns the list of available workspaces.</li> <li><code>internxt workspaces use --id=&lt;value&gt;</code> sets the active workspace context for the current session. All subsequent CLI commands and WebDAV operations will run within that workspace until changed.</li> <li><code>internxt workspaces unset</code> or <code>internxt workspaces use --personal</code> resets the context to the personal drive.</li> </ul> </li> <li>New Docker environment variables: <ul> <li><code>INXT_WORKSPACE_ID</code> environment variable allows the WebDAV server to operate within that specific workspace.</li> </ul> </li> </ul> </li> <li> <p>Improvement: Added custom authentication layer for WebDAV.</p> <ul> <li>New <code>internxt webdav-config</code> parameters: <ul> <li><code>--customAuth</code> enables custom Authentication.</li> <li><code>--username=&lt;value&gt;</code> sets the username for WebDAV authentication.</li> <li><code>--password=&lt;value&gt;</code> sets the password for WebDAV authentication.</li> </ul> </li> <li>New Docker environment variables: <ul> <li><code>WEBDAV_CUSTOM_AUTH</code> enables custom authentication.</li> <li><code>WEBDAV_USERNAME</code> sets the username for WebDAV authentication.</li> <li><code>WEBDAV_PASSWORD</code> sets the password for WebDAV authentication.</li> </ul> </li> </ul> </li> <li> <p>Improvement: Implemented automatic retry handling for 429 (Too Many Requests) responses.</p> </li> <li> <p>Improvement: Added option to permanently delete files from WebDAV instead of sending them to trash.</p> <ul> <li>New internxt <code>webdav-config</code> parameter: <code>--deleteFilesPermanently</code>.</li> <li>New Docker environment variable: <code>WEBDAV_DELETE_FILES_PERMANENTLY</code>.</li> <li>This would help avoid reaching the empty files limit during NAS backup processes, since deleted files will not accumulate in the trash. Use it with caution! <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji></li> </ul> </li> <li> <p>Bug fix: Fixed an issue where the WebDAV Docker container rejected valid credentials (with some rare characters).</p> </li> <li> <p>Bug fix: Fixed an issue where the zsh autocomplete script inserted ANSI codes that corrupted the .zshrc file.</p> </li> </ul> larryrider tag:github.com,2008:Repository/753171546/v1.6.2 2026-01-26T16:04:13Z v1.6.2 <p>Available through npm:<br> <code>npm i -g @internxt/cli</code></p> <h3>What's New:</h3> <ul> <li>Improvement: Enable empty file uploads for paid users. <ul> <li>This change improves and fixes NAS support (Hyper Backup / Cloud Sync).</li> </ul> </li> <li>Bug fix: Fixed login fails caused by "Old token version detected".</li> </ul> larryrider tag:github.com,2008:Repository/753171546/v1.6.1 2025-12-23T09:10:48Z v1.6.1 <p>Available through npm:<br> <code>npm i -g @internxt/cli</code></p> <h3>What's New:</h3> <ul> <li>Improvement: Enable empty file downloads for paid users</li> <li>Improvement: Upload folders with content via CLI</li> </ul> AlexisMora tag:github.com,2008:Repository/753171546/v1.6.0 2025-11-18T15:43:21Z v1.6.0 <p>Available through npm:<br> <code>npm i -g @internxt/cli</code></p> <h3>What's New:</h3> <ul> <li>Improvement: Replaced the old login system with our new unified web login.</li> <li>Improvement: Added ARM Docker image support, previously only AMD64 image was available.</li> <li>Bug fix: WebDAV folders no longer appear as unopenable links or empty directories in Linux file managers.</li> <li>Bug fix: Fixed the "bad decrypt" error that occurred with the legacy login.</li> <li>Bug fix: Fixed permission issues in the Docker <code>health_check.sh</code> script.</li> </ul> <h3>Breaking Changes:</h3> <ul> <li>The old legacy login (username + password) can still be used via <code>internxt login-legacy</code>. Although the legacy login remains available, we strongly recommend using the standard (web-based) login whenever possible for improved security and reliability.</li> </ul> larryrider tag:github.com,2008:Repository/753171546/v1.5.8 2025-11-05T08:56:17Z v1.5.8 <p>Available through npm:<br> <code>npm i -g @internxt/cli</code></p> <h3>What's New:</h3> <ul> <li>Bug fix: Solved the error while creating a file in a non-created path that caused a <code>409 Conflict</code> now by default, webdav server creates the full path</li> <li>Bug fix: Solved the error where while syncing in rclone, you got <code> Failed to copy: object not found</code> errors</li> <li>Bug fix: removed the javascript runtime errors</li> </ul> AlexisMora tag:github.com,2008:Repository/753171546/v1.5.7 2025-10-13T09:40:48Z v1.5.7 <p>Available through npm:<br> <code>npm i -g @internxt/cli</code></p> <h3>What's New:</h3> <ul> <li>Bug fix: Resolved an issue where the WebDAV server was not accessible from outside the Docker container</li> </ul> larryrider tag:github.com,2008:Repository/753171546/v1.5.6 2025-10-08T15:03:42Z v1.5.6 <p>Available through npm:<br> <code>npm i -g @internxt/cli</code></p> <h3>What's New:</h3> <ul> <li>Improvement: NAS integration (via Docker WebDAV server).</li> <li>Improvement: User auth tokens will now expire after 7 days instead of 3.</li> <li>Improvement: Added OTP secret token parameter to Login.</li> <li>Improvement: Added modification time date to the downloaded file via CLI.</li> <li>Improvement: (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3436941431" data-permission-text="Title is private" data-url="https://github.com/internxt/cli/issues/363" data-hovercard-type="issue" data-hovercard-url="/internxt/cli/issues/363/hovercard" href="https://github.com/internxt/cli/issues/363">#363</a>) Added WebDAV server host configuration, now it defaults to 127.0.0.1 instead of 0.0.0.0.</li> <li>Added token refresh on whoami CLI command.</li> <li>Cleanup: Removed legacy code.</li> <li>Bug fix: Fixed move-rename operation.</li> <li>Bug fix: (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3289317919" data-permission-text="Title is private" data-url="https://github.com/internxt/cli/issues/327" data-hovercard-type="issue" data-hovercard-url="/internxt/cli/issues/327/hovercard" href="https://github.com/internxt/cli/issues/327">#327</a>) Impossible to rename a file including its extension.</li> <li>Bug fix: (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3289439558" data-permission-text="Title is private" data-url="https://github.com/internxt/cli/issues/328" data-hovercard-type="issue" data-hovercard-url="/internxt/cli/issues/328/hovercard" href="https://github.com/internxt/cli/issues/328">#328</a>) Inconsistent name key in file upload result message.</li> </ul> larryrider tag:github.com,2008:Repository/753171546/v1.5.5 2025-09-03T13:48:18Z v1.5.5 <p>Available through npm:<br> <code>npm i -g @internxt/cli</code></p> <h3>What's New:</h3> <ul> <li>Improvement: Switched api to gateway for improved stability and performance.</li> <li>Improvement: Added @oclif/plugin-autocomplete for terminal autocompletions.</li> <li>Improvement: Dependencies updated to their latest stable versions.</li> <li>Cleanup: Removed unused dependencies.</li> <li>Bug fix: Fixed "Bucket id was not provided" error (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3349450996" data-permission-text="Title is private" data-url="https://github.com/internxt/cli/issues/340" data-hovercard-type="issue" data-hovercard-url="/internxt/cli/issues/340/hovercard" href="https://github.com/internxt/cli/issues/340">#340</a>).</li> <li>Bug fix: Fixed refresh tokens not being saved, which caused logout errors.</li> </ul> larryrider tag:github.com,2008:Repository/753171546/v1.5.4 2025-07-14T10:43:43Z Internxt CLI 1.5.4 <p>Available through npm:<br> <code>npm i -g @internxt/cli</code></p> <h3>What's New:</h3> <ul> <li>Improvement: All features now run on our new and improved Drive backend.</li> <li>Improvement: Better handling of WebDAV restarts.</li> <li>Improvement: The way WebDAV Drive resources are loaded internally has been simplified and improved.</li> <li>Improvement: Dependencies have been updated to their latest stable versions.</li> <li>Bug fix: Thumbnails now upload correctly even if the file extension has capital letters.</li> <li>Bug fix: WebDAV GET requests for non-existent files now correctly return a "404 Not Found" error.</li> <li>Bug fix: WebDAV PUT requests for resources with missing parent folders now correctly return a "409 Conflict" error.</li> </ul> larryrider