back to home

internxt / cli

82 stars
13 forks
27 issues
TypeScriptShellJavaScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing internxt/cli in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/internxt/cli)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Internxt CLI A CLI tool to interact with your Internxt encrypted files • Internxt CLI • Project Maintenance • Installation • Usage • Docker • Commands • Current Limitations Project Maintenance We aim to achieve: • An 'A' rating in Maintainability • An 'A' rating in Security • Less than 3% duplicated lines • At least 80% test coverage Installation You can install the Internxt CLI by using NPM: Requires Node >= 22.13.0 View Internxt CLI latest release here Usage Docker Commands • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • Add a self-signed certificate to the trusted store for macOS, Linux, and Windows. _See code: src/commands/add-cert.ts_ Add a self-signed certificate to the trusted store for macOS, Linux, and Windows. Display autocomplete installation instructions. _See code: @oclif/plugin-autocomplete_ Display useful information from the user logged into the Internxt CLI. _See code: src/commands/config.ts_ Create a folder in your Internxt Drive _See code: src/commands/create-folder.ts_ Create a folder in your Internxt Drive Deletes permanently a file. This action cannot be undone. _See code: src/commands/delete-permanently-file.ts_ Deletes permanently a folder. This action cannot be undone. _See code: src/commands/delete-permanently-folder.ts_ Deletes permanently a file. This action cannot be undone. Deletes permanently a folder. This action cannot be undone. Download and decrypts a file from Internxt Drive to a directory. The file name will be the same as the file name in your Drive. _See code: src/commands/download-file.ts_ Download and decrypts a file from Internxt Drive to a directory. The file name will be the same as the file name in your Drive. Lists the content of a folder id. _See code: src/commands/list.ts_ Logs into your Internxt account using the web-based login flow. A temporary local server is started to securely receive the authentication response. _See code: src/commands/login.ts_ [Legacy] Logs into an Internxt account using user and password. If the account is two-factor protected, then an extra code will be required. _See code: src/commands/login-legacy.ts_ Logs out the current internxt user that is logged into the Internxt CLI. _See code: src/commands/logout.ts_ Displays the Internxt CLI logs directory path _See code: [src/commands/logs.ts](https://github.com/internxt/cli/blo _...truncated for preview_