Skip to content

Internxt CLI 1.4.0

Compare
Choose a tag to compare
@larryrider larryrider released this 16 Dec 12:31
· 104 commits to main since this release
20a02c5

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.