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.