From 12bcff11f428d7f6e13f5e2d35cfa5870466d057 Mon Sep 17 00:00:00 2001 From: larry-internxt Date: Fri, 17 Jan 2025 19:07:31 +0100 Subject: [PATCH] chore(release): update version to 1.5.0 and update README --- README.md | 50 +++++++++++++++++++++++++------------------------- package.json | 2 +- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index f70c48e3..d75c1c06 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ $ npm install -g @internxt/cli $ internxt COMMAND running command... $ internxt (--version) -@internxt/cli/1.4.2 win32-x64 node-v20.9.0 +@internxt/cli/1.5.0 win32-x64 node-v20.9.0 $ internxt --help [COMMAND] USAGE $ internxt COMMAND @@ -99,7 +99,7 @@ EXAMPLES $ internxt add-cert ``` -_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/add-cert.ts)_ +_See code: [src/commands/add-cert.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/add-cert.ts)_ ## `internxt config` @@ -119,7 +119,7 @@ EXAMPLES $ internxt config ``` -_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/config.ts)_ +_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/config.ts)_ ## `internxt create-folder` @@ -148,7 +148,7 @@ EXAMPLES $ internxt create-folder ``` -_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/create-folder.ts)_ +_See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/create-folder.ts)_ ## `internxt delete-permanently-file` @@ -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.2/src/commands/delete-permanently-file.ts)_ +_See code: [src/commands/delete-permanently-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/delete-permanently-file.ts)_ ## `internxt delete-permanently-folder` @@ -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.2/src/commands/delete-permanently-folder.ts)_ +_See code: [src/commands/delete-permanently-folder.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/delete-permanently-folder.ts)_ ## `internxt delete permanently file` @@ -297,7 +297,7 @@ EXAMPLES $ internxt download-file ``` -_See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/download-file.ts)_ +_See code: [src/commands/download-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/download-file.ts)_ ## `internxt download file` @@ -356,7 +356,7 @@ EXAMPLES $ internxt list ``` -_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/list.ts)_ +_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/list.ts)_ ## `internxt login` @@ -385,7 +385,7 @@ EXAMPLES $ internxt login ``` -_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/login.ts)_ +_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/login.ts)_ ## `internxt logout` @@ -405,7 +405,7 @@ EXAMPLES $ internxt logout ``` -_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/logout.ts)_ +_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/logout.ts)_ ## `internxt logs` @@ -425,7 +425,7 @@ EXAMPLES $ internxt logs ``` -_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/logs.ts)_ +_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/logs.ts)_ ## `internxt move-file` @@ -457,7 +457,7 @@ EXAMPLES $ internxt move-file ``` -_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/move-file.ts)_ +_See code: [src/commands/move-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/move-file.ts)_ ## `internxt move-folder` @@ -489,7 +489,7 @@ EXAMPLES $ internxt move-folder ``` -_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/move-folder.ts)_ +_See code: [src/commands/move-folder.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/move-folder.ts)_ ## `internxt move file` @@ -580,7 +580,7 @@ EXAMPLES $ internxt rename-file ``` -_See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/rename-file.ts)_ +_See code: [src/commands/rename-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/rename-file.ts)_ ## `internxt rename-folder` @@ -611,7 +611,7 @@ EXAMPLES $ internxt rename-folder ``` -_See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/rename-folder.ts)_ +_See code: [src/commands/rename-folder.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/rename-folder.ts)_ ## `internxt rename file` @@ -699,7 +699,7 @@ EXAMPLES $ internxt trash-clear ``` -_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-clear.ts)_ +_See code: [src/commands/trash-clear.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/trash-clear.ts)_ ## `internxt trash-file` @@ -729,7 +729,7 @@ EXAMPLES $ internxt trash-file ``` -_See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-file.ts)_ +_See code: [src/commands/trash-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/trash-file.ts)_ ## `internxt trash-folder` @@ -759,7 +759,7 @@ EXAMPLES $ internxt trash-folder ``` -_See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-folder.ts)_ +_See code: [src/commands/trash-folder.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/trash-folder.ts)_ ## `internxt trash-list` @@ -785,7 +785,7 @@ EXAMPLES $ internxt trash-list ``` -_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/trash-list.ts)_ +_See code: [src/commands/trash-list.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/trash-list.ts)_ ## `internxt trash-restore-file` @@ -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.2/src/commands/trash-restore-file.ts)_ +_See code: [src/commands/trash-restore-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/trash-restore-file.ts)_ ## `internxt trash-restore-folder` @@ -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.2/src/commands/trash-restore-folder.ts)_ +_See code: [src/commands/trash-restore-folder.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/trash-restore-folder.ts)_ ## `internxt trash clear` @@ -1044,7 +1044,7 @@ EXAMPLES $ internxt upload-file ``` -_See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/upload-file.ts)_ +_See code: [src/commands/upload-file.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/upload-file.ts)_ ## `internxt upload file` @@ -1099,7 +1099,7 @@ EXAMPLES $ internxt webdav status ``` -_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/webdav.ts)_ +_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/webdav.ts)_ ## `internxt webdav-config` @@ -1124,7 +1124,7 @@ EXAMPLES $ internxt webdav-config ``` -_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/webdav-config.ts)_ +_See code: [src/commands/webdav-config.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/webdav-config.ts)_ ## `internxt whoami` @@ -1144,7 +1144,7 @@ EXAMPLES $ internxt whoami ``` -_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.4.2/src/commands/whoami.ts)_ +_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.5.0/src/commands/whoami.ts)_ # Current Limitations diff --git a/package.json b/package.json index 710a5bdd..7b80c045 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "author": "Internxt ", - "version": "1.4.2", + "version": "1.5.0", "description": "Internxt CLI to manage your encrypted storage", "scripts": { "build": "yarn clean && tsc",