**internxt config**Display useful information from the user logged into the Internxt CLI.
USAGE
$ internxt config [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]]
[--output csv|json|yaml | | ] [--sort <value>]
FLAGS
-x, --extended show extra columns
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
Display useful information from the user logged into the Internxt CLI.
EXAMPLES
$ internxt config
USAGE
$ internxt create-folder --name <value> [--id <value>]
FLAGS
--id=<value> The folder id to create the folder in, defaults to your root folder
--name=<value> (required) The new folder name
DESCRIPTION
Create a folder in your Internxt Drive
EXAMPLES
$ internxt create-folder
USAGE
$ internxt download --id <value> --directory <value> [--overwrite]
FLAGS
--directory=<value> (required) The directory to download the file to.
--id=<value> (required) The id of the file to download. Use internxt list to view your files ids
--overwrite Overwrite the file if it already exists
DESCRIPTION
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
EXAMPLES
$ internxt download
USAGE
$ internxt list [-n] [-f <value>] [--columns <value> | -x] [--filter <value>] [--no-header | [--csv |
--no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
FLAGS
-f, --id=<value> The folder id to list. Leave empty for the root folder.
-x, --extended show extra columns
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--sort=<value> property to sort by (prepend '-' for descending)
HELPER FLAGS
-n, --non-interactive Blocks the cli from being interactive. If passed, the cli will not request data through the
console and will throw errors directly
DESCRIPTION
Lists the content of a folder id.
EXAMPLES
$ internxt list
See code: **internxt create-folder**Create a folder in your Internxt Drive
See code: **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: **internxt list**Lists the content of a folder id.
See code: **internxt login**Logs into an Internxt account. If the account is two-factor protected, then an extra code will be required.