Internxt CLI commands and usage
Usage
$ npm install -g @internxt/cli $ internxt COMMAND running command... $ internxt (--version) @internxt/cli/1.1.2 darwin-arm64 node-v20.10.0 $ internxt --help [COMMAND] USAGE $ internxt COMMAND ...
Commands
**internxt config**Display useful information from the user logged into the Internxt CLI.
See code: src/commands/config.ts**internxt create-folder**Create a folder in your Internxt Drive
See code: src/commands/create-folder.ts**internxt download**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.ts**internxt list**Lists the content of a folder id.
See code: src/commands/list.ts**internxt login**Logs into an Internxt account. If the account is two-factor protected, then an extra code will be required.
Last updated