Releases: internxt/cli
Releases · internxt/cli
Internxt CLI 1.5.3
Available through npm:
npm i -g @internxt/cli
What's New:
- Improvements:
- Improved error handling on WebDAV and CLI
- Fixed
read metadata failed: EOFWebDAV error - Fixed CLI commands output when using JSON formatting
Internxt CLI 1.5.2
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
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 fileinternxt upload→internxt upload fileinternxt rename→internxt rename file&internxt rename folderinternxt trash→internxt trash file&internxt trash folder
- WebDAV Configuration:
The internxt webdav-config command now supports the following parameters:--httpor--httpsfor changing protocol configuration.--port=XXXXto 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