Skip to content

Releases: internxt/cli

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.

Internxt CLI 1.5.0

20 Jan 18:07
350730b

Choose a tag to compare

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

What's New:

  • New Features:
    • Increased file upload limit to 20GB through the introduction of multi-part uploads.
    • Added support for content-range WebDAV download requests.
    • Implemented thumbnail generation for image uploads.
  • Improvements:
    • Fixed a bug where files without an extension were being downloaded with a '.null' extension.
    • Enhanced clarity of error reporting messages.
    • Improved WebDAV authentication management.

Internxt CLI 1.4.2

16 Dec 16:11
ff79636

Choose a tag to compare

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

What's New:

  • Locked all package dependencies to their current compatible and stable versions to prevent unexpected issues during updates.

Internxt CLI 1.4.1

16 Dec 13:54
dc99f91

Choose a tag to compare

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

What's New:

  • Updates dependencies
  • Fixes some commands that were using duplicated chars for its flags

Internxt CLI 1.4.0

16 Dec 12:31
20a02c5

Choose a tag to compare

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

What's New:

  • New Features:

    • Added command → internxt delete file: Permanently delete a file (It cannot be undone).
    • Added command → internxt delete folder: Permanently delete a folder (It cannot be undone).
  • Improvements:

    • Updated most dependencies to their latest versions (including Oclif Core and the unit testing framework).
    • Enhanced all CLI commands with the --json flag for structured outputs, and some extra fixes.
    • Improved CLI user interaction by refining how the required parameters are prompted, and how the results are listed. Aligning with the updates introduced in Oclif Core v4.0
    • Better authentication management with automatic token refresh when needed.

Breaking Changes:

  • Command Renames:
    • internxt downloadinternxt download file
    • internxt uploadinternxt upload file
    • internxt renameinternxt rename file & internxt rename folder
    • internxt trashinternxt trash file & internxt trash folder
  • WebDAV Configuration:
    The internxt webdav-config command now supports the following parameters:
    • --http or --https for changing protocol configuration.
    • --port=XXXX to specify a new local WebDAV server port.

Internxt CLI 1.3.3

25 Nov 16:13

Choose a tag to compare

Adds the required environment variables on the automated release

Internxt CLI 1.3.2

25 Nov 16:08

Choose a tag to compare

The release of this package is now automated

Internxt CLI 1.3.1

25 Nov 11:57
13a2ecd

Choose a tag to compare

Internxt CLI 1.3.1 version.

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

What's new:

  • Fixes an issue with the 1.3.0 version that was making the login crash