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.