@internxt/cli 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,7 +31,7 @@ $ npm install -g @internxt/cli
31
31
  $ internxt COMMAND
32
32
  running command...
33
33
  $ internxt (--version)
34
- @internxt/cli/1.0.5 darwin-arm64 node-v20.10.0
34
+ @internxt/cli/1.0.7 darwin-arm64 node-v20.10.0
35
35
  $ internxt --help [COMMAND]
36
36
  USAGE
37
37
  $ internxt COMMAND
@@ -82,7 +82,7 @@ EXAMPLES
82
82
  $ internxt config
83
83
  ```
84
84
 
85
- _See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.0.5/src/commands/config.ts)_
85
+ _See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.0.7/src/commands/config.ts)_
86
86
 
87
87
  ## `internxt create-folder`
88
88
 
@@ -103,7 +103,7 @@ EXAMPLES
103
103
  $ internxt create-folder
104
104
  ```
105
105
 
106
- _See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.0.5/src/commands/create-folder.ts)_
106
+ _See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.0.7/src/commands/create-folder.ts)_
107
107
 
108
108
  ## `internxt download`
109
109
 
@@ -126,7 +126,7 @@ EXAMPLES
126
126
  $ internxt download
127
127
  ```
128
128
 
129
- _See code: [src/commands/download.ts](https://github.com/internxt/cli/blob/v1.0.5/src/commands/download.ts)_
129
+ _See code: [src/commands/download.ts](https://github.com/internxt/cli/blob/v1.0.7/src/commands/download.ts)_
130
130
 
131
131
  ## `internxt list`
132
132
 
@@ -160,7 +160,7 @@ EXAMPLES
160
160
  $ internxt list
161
161
  ```
162
162
 
163
- _See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.0.5/src/commands/list.ts)_
163
+ _See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.0.7/src/commands/list.ts)_
164
164
 
165
165
  ## `internxt login`
166
166
 
@@ -186,7 +186,7 @@ EXAMPLES
186
186
  $ internxt login
187
187
  ```
188
188
 
189
- _See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.0.5/src/commands/login.ts)_
189
+ _See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.0.7/src/commands/login.ts)_
190
190
 
191
191
  ## `internxt logout`
192
192
 
@@ -203,7 +203,7 @@ EXAMPLES
203
203
  $ internxt logout
204
204
  ```
205
205
 
206
- _See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.0.5/src/commands/logout.ts)_
206
+ _See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.0.7/src/commands/logout.ts)_
207
207
 
208
208
  ## `internxt logs`
209
209
 
@@ -220,7 +220,7 @@ EXAMPLES
220
220
  $ internxt logs
221
221
  ```
222
222
 
223
- _See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.0.5/src/commands/logs.ts)_
223
+ _See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.0.7/src/commands/logs.ts)_
224
224
 
225
225
  ## `internxt move`
226
226
 
@@ -245,7 +245,7 @@ EXAMPLES
245
245
  $ internxt move
246
246
  ```
247
247
 
248
- _See code: [src/commands/move.ts](https://github.com/internxt/cli/blob/v1.0.5/src/commands/move.ts)_
248
+ _See code: [src/commands/move.ts](https://github.com/internxt/cli/blob/v1.0.7/src/commands/move.ts)_
249
249
 
250
250
  ## `internxt trash`
251
251
 
@@ -269,7 +269,7 @@ EXAMPLES
269
269
  $ internxt trash
270
270
  ```
271
271
 
272
- _See code: [src/commands/trash.ts](https://github.com/internxt/cli/blob/v1.0.5/src/commands/trash.ts)_
272
+ _See code: [src/commands/trash.ts](https://github.com/internxt/cli/blob/v1.0.7/src/commands/trash.ts)_
273
273
 
274
274
  ## `internxt upload`
275
275
 
@@ -293,7 +293,7 @@ EXAMPLES
293
293
  $ internxt upload
294
294
  ```
295
295
 
296
- _See code: [src/commands/upload.ts](https://github.com/internxt/cli/blob/v1.0.5/src/commands/upload.ts)_
296
+ _See code: [src/commands/upload.ts](https://github.com/internxt/cli/blob/v1.0.7/src/commands/upload.ts)_
297
297
 
298
298
  ## `internxt webdav ACTION`
299
299
 
@@ -310,7 +310,7 @@ EXAMPLES
310
310
  $ internxt webdav
311
311
  ```
312
312
 
313
- _See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.0.5/src/commands/webdav.ts)_
313
+ _See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.0.7/src/commands/webdav.ts)_
314
314
 
315
315
  ## `internxt whoami`
316
316
 
@@ -327,7 +327,7 @@ EXAMPLES
327
327
  $ internxt whoami
328
328
  ```
329
329
 
330
- _See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.0.5/src/commands/whoami.ts)_
330
+ _See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.0.7/src/commands/whoami.ts)_
331
331
  <!-- commandsstop -->
332
332
 
333
333
  # Current Limitations
@@ -629,5 +629,5 @@
629
629
  ]
630
630
  }
631
631
  },
632
- "version": "1.0.5"
632
+ "version": "1.0.7"
633
633
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "author": "PixoDev",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Internxt CLI to manage your encrypted storage",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -16,7 +16,9 @@
16
16
  "migrate": "sequelize db:migrate",
17
17
  "migrate:undo": "sequelize db:migrate:undo",
18
18
  "publish:npm": "npm run build && npm publish --scope=@internxt --registry=https://registry.npmjs.org/ --access public",
19
- "publish:github": "npm publish"
19
+ "publish:github": "npm publish",
20
+ "postuninstall": "pm2 delete \"Internxt CLI WebDav\"",
21
+ "postinstall": "pm2 restart \"Internxt CLI WebDav\""
20
22
  },
21
23
  "publishConfig": {
22
24
  "access": "public",