Skip to content

Releases: internxt/cli

Internxt CLI 1.5.1

04 Mar 12:31
edaf186
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Adds the required environment variables on the automated release

Internxt CLI 1.3.2

25 Nov 16:08
Compare
Choose a tag to compare

The release of this package is now automated

Internxt CLI 1.3.1

25 Nov 11:57
13a2ecd
Compare
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

Internxt CLI 1.3.0

07 Nov 20:04
eef38ee
Compare
Choose a tag to compare

Internxt CLI 1.3.0 version.

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

What's new:

  • New command → List all trashed items
  • New command → Clear all trashed items
  • New command → Restore a trashed item
  • New command → Rename items
  • New command → Webdav-Config that allows users to customize the webdav port and protocol
  • New WebDAV operation → MOVE operation, used for moving and renaming items
  • Improvements → Enhanced all WebDAV operations by managing items by path, which resolves numerous existing issues
  • Improvements → Added some improvements and fixes on file naming (files&folders with special chars)
  • Improvements → Added WebDAV server SSL renewing if self signed certificates have expired

Internxt CLI 1.2.0

16 Aug 17:13
83394ea
Compare
Choose a tag to compare

Internxt CLI 1.2.0 version.

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

What's new:

Implement Rclone through WebDav