github internxt/cli v1.4.0
Internxt CLI 1.4.0

latest releases: v1.4.2, v1.4.1
3 days ago

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.

Don't miss a new cli release

NewReleases is sending notifications on new releases.