Skip to content

Releases: internxt/cli

v1.6.1

23 Dec 09:10
9b4334f

Choose a tag to compare

Available through npm:
npm i -g @internxt/cli

What's New:

  • Improvement: Enable empty file downloads for paid users
  • Improvement: Upload folders with content via CLI

v1.6.0

18 Nov 15:37
5a2d324

Choose a tag to compare

Available through npm:
npm i -g @internxt/cli

What's New:

  • Improvement: Replaced the old login system with our new unified web login.
  • Improvement: Added ARM Docker image support, previously only AMD64 image was available.
  • Bug fix: WebDAV folders no longer appear as unopenable links or empty directories in Linux file managers.
  • Bug fix: Fixed the "bad decrypt" error that occurred with the legacy login.
  • Bug fix: Fixed permission issues in the Docker health_check.sh script.

Breaking Changes:

  • The old legacy login (username + password) can still be used via internxt login-legacy. Although the legacy login remains available, we strongly recommend using the standard (web-based) login whenever possible for improved security and reliability.

v1.5.8

05 Nov 08:56
94a1d4d

Choose a tag to compare

Available through npm:
npm i -g @internxt/cli

What's New:

  • Bug fix: Solved the error while creating a file in a non-created path that caused a 409 Conflict now by default, webdav server creates the full path
  • Bug fix: Solved the error where while syncing in rclone, you got Failed to copy: object not found errors
  • Bug fix: removed the javascript runtime errors

v1.5.7

13 Oct 09:40
91f51d5

Choose a tag to compare

Available through npm:
npm i -g @internxt/cli

What's New:

  • Bug fix: Resolved an issue where the WebDAV server was not accessible from outside the Docker container

v1.5.6

08 Oct 15:03
7f0a469

Choose a tag to compare

Available through npm:
npm i -g @internxt/cli

What's New:

  • Improvement: NAS integration (via Docker WebDAV server).
  • Improvement: User auth tokens will now expire after 7 days instead of 3.
  • Improvement: Added OTP secret token parameter to Login.
  • Improvement: Added modification time date to the downloaded file via CLI.
  • Improvement: (#363) Added WebDAV server host configuration, now it defaults to 127.0.0.1 instead of 0.0.0.0.
  • Added token refresh on whoami CLI command.
  • Cleanup: Removed legacy code.
  • Bug fix: Fixed move-rename operation.
  • Bug fix: (#327) Impossible to rename a file including its extension.
  • Bug fix: (#328) Inconsistent name key in file upload result message.

v1.5.5

03 Sep 13:48
1e27989

Choose a tag to compare

Available through npm:
npm i -g @internxt/cli

What's New:

  • Improvement: Switched api to gateway for improved stability and performance.
  • Improvement: Added @oclif/plugin-autocomplete for terminal autocompletions.
  • Improvement: Dependencies updated to their latest stable versions.
  • Cleanup: Removed unused dependencies.
  • Bug fix: Fixed "Bucket id was not provided" error (#340).
  • Bug fix: Fixed refresh tokens not being saved, which caused logout errors.

Internxt CLI 1.5.4

14 Jul 10:43
9040061

Choose a tag to compare

Available through npm:
npm i -g @internxt/cli

What's New:

  • Improvement: All features now run on our new and improved Drive backend.
  • Improvement: Better handling of WebDAV restarts.
  • Improvement: The way WebDAV Drive resources are loaded internally has been simplified and improved.
  • Improvement: Dependencies have been updated to their latest stable versions.
  • Bug fix: Thumbnails now upload correctly even if the file extension has capital letters.
  • Bug fix: WebDAV GET requests for non-existent files now correctly return a "404 Not Found" error.
  • Bug fix: WebDAV PUT requests for resources with missing parent folders now correctly return a "409 Conflict" error.

Internxt CLI 1.5.3

08 May 15:58
bd91485

Choose a tag to compare

Available through npm:
npm i -g @internxt/cli

What's New:

  • Improvements:
    • Improved error handling on WebDAV and CLI
    • Fixed read metadata failed: EOF WebDAV error
    • Fixed CLI commands output when using JSON formatting

Internxt CLI 1.5.2

05 May 15:23
c83c838

Choose a tag to compare

Available through npm:
npm i -g @internxt/cli

What's New:

  • New Features:
    • The WebDAV server timeout can now be configured via the CLI
  • Improvements:
    • Files without an extension can now be moved successfully
    • Added fixes to pass the litmus WebDAV test suite
    • Fixed an issue where tokens were not being renewed due to a failure in the renewal process
    • Dependencies have been updated to their latest stable versions, and deprecated packages have been removed

Internxt CLI 1.5.1

04 Mar 12:31
edaf186

Choose a tag to compare

Available through npm:
npm i -g @internxt/cli

What's New:

  • Improvements:
    • File Upload has been fixed by updating inxt-js dependency to its latest version.