Releases: internxt/cli
Releases · internxt/cli
Internxt CLI 1.5.1
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
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
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
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
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).
- Added command →
-
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 download
→internxt download file
internxt upload
→internxt upload file
internxt rename
→internxt rename file
&internxt rename folder
internxt trash
→internxt 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
Adds the required environment variables on the automated release
Internxt CLI 1.3.2
The release of this package is now automated
Internxt CLI 1.3.1
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
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
Internxt CLI 1.2.0 version.
Available through npm:
npm i -g @internxt/cli
What's new:
Implement Rclone through WebDav