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
2 changes: 1 addition & 1 deletion .github/workflows/commands-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.11.0
node-version: 20.12.1
cache: yarn
# Generate a .npmrc file with the NPM_TOKEN
- run: echo "registry=https://registry.yarnpkg.com/" > .npmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: actions/setup-node@v4
with:
node-version: 20.11.0
node-version: 20.12.1
cache: yarn
# Generate a .npmrc file with the NPM_TOKEN
- run: echo "registry=https://registry.yarnpkg.com/" > .npmrc
Expand Down
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A CLI tool to interact with your Internxt encrypted files

You can install the Internxt CLI by using NPM:

Requires Node >= 20.0.0
Requires Node >= 20.12.1

`npm i -g @internxt/cli`

Expand All @@ -31,7 +31,7 @@ $ npm install -g @internxt/cli
$ internxt COMMAND
running command...
$ internxt (--version)
@internxt/cli/1.5.0 win32-x64 node-v20.9.0
@internxt/cli/1.5.1 win32-x64 node-v20.12.1
$ 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.5.0/src/commands/add-cert.ts)_
_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/config.ts)_
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/create-folder.ts)_
_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/delete-permanently-file.ts)_
_See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/delete-permanently-folder.ts)_
_See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/download-file.ts)_
_See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/list.ts)_
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/logout.ts)_
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/logs.ts)_
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/move-file.ts)_
_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/move-folder.ts)_
_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/rename-file.ts)_
_See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/rename-folder.ts)_
_See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/trash-clear.ts)_
_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/trash-file.ts)_
_See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/trash-folder.ts)_
_See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/trash-list.ts)_
_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/trash-restore-file.ts)_
_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/trash-restore-folder.ts)_
_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/upload-file.ts)_
_See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/webdav.ts)_
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/webdav-config.ts)_
_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.5.1/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.5.0/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.5.1/src/commands/whoami.ts)_
<!-- commandsstop -->

# Current Limitations
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Internxt <[email protected]>",
"version": "1.5.0",
"version": "1.5.1",
"description": "Internxt CLI to manage your encrypted storage",
"scripts": {
"build": "yarn clean && tsc",
Expand Down Expand Up @@ -37,14 +37,14 @@
"/oclif.manifest.json"
],
"dependencies": {
"@inquirer/prompts": "7.2.3",
"@internxt/inxt-js": "2.0.11",
"@inquirer/prompts": "7.3.2",
"@internxt/inxt-js": "2.1.0",
"@internxt/lib": "1.2.1",
"@internxt/sdk": "1.7.0",
"@oclif/core": "4.2.3",
"@oclif/core": "4.2.8",
"@types/validator": "13.12.2",
"async": "3.2.6",
"axios": "1.7.9",
"axios": "1.8.1",
"bip39": "3.1.0",
"body-parser": "1.20.3",
"cli-progress": "3.12.0",
Expand All @@ -53,7 +53,7 @@
"express": "4.21.2",
"express-async-handler": "1.2.0",
"express-basic-auth": "1.2.1",
"fast-xml-parser": "4.5.1",
"fast-xml-parser": "5.0.8",
"mime-types": "2.1.35",
"openpgp": "5.11.2",
"pm2": "5.4.3",
Expand All @@ -70,32 +70,32 @@
"devDependencies": {
"@internxt/eslint-config-internxt": "2.0.0",
"@internxt/prettier-config": "internxt/prettier-config#v1.0.2",
"@oclif/test": "4.1.7",
"@oclif/test": "4.1.11",
"@openpgp/web-stream-tools": "0.0.11-patch-1",
"@types/async": "3.2.24",
"@types/cli-progress": "3.11.6",
"@types/express": "5.0.0",
"@types/mime-types": "2.1.4",
"@types/node": "22.10.7",
"@types/range-parser": "1.2.7",
"@vitest/coverage-istanbul": "2.1.8",
"@vitest/spy": "2.1.8",
"eslint": "9.18.0",
"@vitest/coverage-istanbul": "3.0.7",
"@vitest/spy": "3.0.7",
"eslint": "9.21.0",
"husky": "9.1.7",
"lint-staged": "15.4.0",
"nock": "13.5.6",
"lint-staged": "15.4.3",
"nock": "14.0.1",
"nodemon": "3.1.9",
"oclif": "4.17.13",
"prettier": "3.4.2",
"oclif": "4.17.34",
"prettier": "3.5.3",
"rimraf": "6.0.1",
"sequelize-cli": "6.6.2",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"vitest": "2.1.8",
"typescript": "5.8.2",
"vitest": "3.0.7",
"vitest-mock-express": "2.2.0"
},
"engines": {
"node": ">=20.5.0"
"node": ">=20.12.1"
},
"bin": {
"internxt": "./bin/run.js"
Expand Down
Loading
Loading