Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ npm install -g @internxt/cli
$ internxt COMMAND
running command...
$ internxt (--version)
@internxt/cli/1.4.1 win32-x64 node-v20.9.0
@internxt/cli/1.4.2 win32-x64 node-v20.9.0
$ internxt --help [COMMAND]
USAGE
$ internxt COMMAND
Expand Down Expand Up @@ -99,7 +99,7 @@ EXAMPLES
$ internxt add-cert
```

_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/add-cert.ts)_
_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/add-cert.ts)_

## `internxt config`

Expand All @@ -119,7 +119,7 @@ EXAMPLES
$ internxt config
```

_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/config.ts)_
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/config.ts)_

## `internxt create-folder`

Expand Down Expand Up @@ -148,7 +148,7 @@ EXAMPLES
$ internxt create-folder
```

_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/create-folder.ts)_
_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/create-folder.ts)_

## `internxt delete-permanently-file`

Expand Down Expand Up @@ -178,7 +178,7 @@ EXAMPLES
$ internxt delete-permanently-file
```

_See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/delete-permanently-file.ts)_
_See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/delete-permanently-file.ts)_

## `internxt delete-permanently-folder`

Expand Down Expand Up @@ -208,7 +208,7 @@ EXAMPLES
$ internxt delete-permanently-folder
```

_See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/delete-permanently-folder.ts)_
_See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/delete-permanently-folder.ts)_

## `internxt delete permanently file`

Expand Down Expand Up @@ -297,7 +297,7 @@ EXAMPLES
$ internxt download-file
```

_See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/download-file.ts)_
_See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/download-file.ts)_

## `internxt download file`

Expand Down Expand Up @@ -356,7 +356,7 @@ EXAMPLES
$ internxt list
```

_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/list.ts)_
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/list.ts)_

## `internxt login`

Expand Down Expand Up @@ -385,7 +385,7 @@ EXAMPLES
$ internxt login
```

_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/login.ts)_

## `internxt logout`

Expand All @@ -405,7 +405,7 @@ EXAMPLES
$ internxt logout
```

_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/logout.ts)_
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/logout.ts)_

## `internxt logs`

Expand All @@ -425,7 +425,7 @@ EXAMPLES
$ internxt logs
```

_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/logs.ts)_
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/logs.ts)_

## `internxt move-file`

Expand Down Expand Up @@ -457,7 +457,7 @@ EXAMPLES
$ internxt move-file
```

_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/move-file.ts)_
_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/move-file.ts)_

## `internxt move-folder`

Expand Down Expand Up @@ -489,7 +489,7 @@ EXAMPLES
$ internxt move-folder
```

_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/move-folder.ts)_
_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/move-folder.ts)_

## `internxt move file`

Expand Down Expand Up @@ -580,7 +580,7 @@ EXAMPLES
$ internxt rename-file
```

_See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/rename-file.ts)_
_See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/rename-file.ts)_

## `internxt rename-folder`

Expand Down Expand Up @@ -611,7 +611,7 @@ EXAMPLES
$ internxt rename-folder
```

_See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/rename-folder.ts)_
_See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/rename-folder.ts)_

## `internxt rename file`

Expand Down Expand Up @@ -699,7 +699,7 @@ EXAMPLES
$ internxt trash-clear
```

_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-clear.ts)_
_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-clear.ts)_

## `internxt trash-file`

Expand Down Expand Up @@ -729,7 +729,7 @@ EXAMPLES
$ internxt trash-file
```

_See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-file.ts)_
_See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-file.ts)_

## `internxt trash-folder`

Expand Down Expand Up @@ -759,7 +759,7 @@ EXAMPLES
$ internxt trash-folder
```

_See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-folder.ts)_
_See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-folder.ts)_

## `internxt trash-list`

Expand All @@ -785,7 +785,7 @@ EXAMPLES
$ internxt trash-list
```

_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-list.ts)_
_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-list.ts)_

## `internxt trash-restore-file`

Expand Down Expand Up @@ -816,7 +816,7 @@ EXAMPLES
$ internxt trash-restore-file
```

_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-restore-file.ts)_
_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-restore-file.ts)_

## `internxt trash-restore-folder`

Expand Down Expand Up @@ -847,7 +847,7 @@ EXAMPLES
$ internxt trash-restore-folder
```

_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/trash-restore-folder.ts)_
_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-restore-folder.ts)_

## `internxt trash clear`

Expand Down Expand Up @@ -1044,7 +1044,7 @@ EXAMPLES
$ internxt upload-file
```

_See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/upload-file.ts)_
_See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/upload-file.ts)_

## `internxt upload file`

Expand Down Expand Up @@ -1099,7 +1099,7 @@ EXAMPLES
$ internxt webdav status
```

_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/webdav.ts)_
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/webdav.ts)_

## `internxt webdav-config`

Expand All @@ -1124,7 +1124,7 @@ EXAMPLES
$ internxt webdav-config
```

_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/webdav-config.ts)_
_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/webdav-config.ts)_

## `internxt whoami`

Expand All @@ -1144,7 +1144,7 @@ EXAMPLES
$ internxt whoami
```

_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.4.1/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/whoami.ts)_
<!-- commandsstop -->

# Current Limitations
Expand Down
98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Internxt <[email protected]>",
"version": "1.4.1",
"version": "1.4.2",
"description": "Internxt CLI to manage your encrypted storage",
"scripts": {
"build": "yarn clean && tsc",
Expand Down Expand Up @@ -37,59 +37,59 @@
"/oclif.manifest.json"
],
"dependencies": {
"@inquirer/prompts": "^7.2.0",
"@internxt/inxt-js": "^2.0.11",
"@internxt/lib": "^1.2.1",
"@internxt/sdk": "^1.7.0",
"@oclif/core": "^4.0.36",
"@types/validator": "^13.12.2",
"axios": "^1.7.9",
"bip39": "^3.1.0",
"body-parser": "^1.20.3",
"cli-progress": "^3.12.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-async-handler": "^1.2.0",
"express-basic-auth": "^1.2.1",
"fast-xml-parser": "^4.5.0",
"mime-types": "^2.1.35",
"node-fetch": "^2",
"openpgp": "^5.11.1",
"pm2": "^5.4.3",
"reflect-metadata": "^0.2.2",
"selfsigned": "^2.4.1",
"sequelize": "^6.37.5",
"sequelize-typescript": "^2.1.6",
"sqlite3": "^5.1.7",
"tty-table": "^4.2.3",
"winston": "^3.17.0"
"@inquirer/prompts": "7.2.0",
"@internxt/inxt-js": "2.0.11",
"@internxt/lib": "1.2.1",
"@internxt/sdk": "1.7.0",
"@oclif/core": "4.0.37",
"@types/validator": "13.12.2",
"axios": "1.7.9",
"bip39": "3.1.0",
"body-parser": "1.20.3",
"cli-progress": "3.12.0",
"dayjs": "1.11.13",
"dotenv": "16.4.7",
"express": "4.21.2",
"express-async-handler": "1.2.0",
"express-basic-auth": "1.2.1",
"fast-xml-parser": "4.5.1",
"mime-types": "2.1.35",
"node-fetch": "2.7.0",
"openpgp": "5.11.2",
"pm2": "5.4.3",
"reflect-metadata": "0.2.2",
"selfsigned": "2.4.1",
"sequelize": "6.37.5",
"sequelize-typescript": "2.1.6",
"sqlite3": "5.1.7",
"tty-table": "4.2.3",
"winston": "3.17.0"
},
"devDependencies": {
"@internxt/eslint-config-internxt": "^2.0.0",
"@internxt/eslint-config-internxt": "2.0.0",
"@internxt/prettier-config": "internxt/prettier-config#v1.0.2",
"@oclif/test": "^4.1.4",
"@oclif/test": "4.1.4",
"@openpgp/web-stream-tools": "0.0.11-patch-0",
"@types/cli-progress": "^3.11.6",
"@types/express": "^5.0.0",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.10.2",
"@types/node-fetch": "^2.6.12",
"@types/cli-progress": "3.11.6",
"@types/express": "5.0.0",
"@types/mime-types": "2.1.4",
"@types/node": "22.10.2",
"@types/node-fetch": "2.6.12",
"@vitest/coverage-istanbul": "2.1.8",
"@vitest/spy": "^2.1.8",
"eslint": "^9.17.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"nock": "^13.5.6",
"nodemon": "^3.1.9",
"oclif": "^4.16.5",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"sequelize-cli": "^6.6.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"vitest-mock-express": "^2.2.0"
"@vitest/spy": "2.1.8",
"eslint": "9.17.0",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"nock": "13.5.6",
"nodemon": "3.1.9",
"oclif": "4.16.5",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"sequelize-cli": "6.6.2",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"vitest": "2.1.8",
"vitest-mock-express": "2.2.0"
},
"engines": {
"node": ">=20.5.0"
Expand Down
Loading
Loading