@internxt/cli 1.0.16 → 1.1.0

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.16 darwin-arm64 node-v20.10.0
34
+ @internxt/cli/1.1.0 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.16/src/commands/config.ts)_
85
+ _See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.1.0/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.16/src/commands/create-folder.ts)_
106
+ _See code: [src/commands/create-folder.ts](https://github.com/internxt/cli/blob/v1.1.0/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.16/src/commands/download.ts)_
129
+ _See code: [src/commands/download.ts](https://github.com/internxt/cli/blob/v1.1.0/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.16/src/commands/list.ts)_
163
+ _See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.1.0/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.16/src/commands/login.ts)_
189
+ _See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.1.0/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.16/src/commands/logout.ts)_
206
+ _See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.1.0/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.16/src/commands/logs.ts)_
223
+ _See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.1.0/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.16/src/commands/move.ts)_
248
+ _See code: [src/commands/move.ts](https://github.com/internxt/cli/blob/v1.1.0/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.16/src/commands/trash.ts)_
272
+ _See code: [src/commands/trash.ts](https://github.com/internxt/cli/blob/v1.1.0/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.16/src/commands/upload.ts)_
296
+ _See code: [src/commands/upload.ts](https://github.com/internxt/cli/blob/v1.1.0/src/commands/upload.ts)_
297
297
 
298
298
  ## `internxt webdav ACTION`
299
299
 
@@ -316,7 +316,7 @@ EXAMPLES
316
316
  $ internxt webdav status
317
317
  ```
318
318
 
319
- _See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.0.16/src/commands/webdav.ts)_
319
+ _See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.1.0/src/commands/webdav.ts)_
320
320
 
321
321
  ## `internxt whoami`
322
322
 
@@ -333,7 +333,7 @@ EXAMPLES
333
333
  $ internxt whoami
334
334
  ```
335
335
 
336
- _See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.0.16/src/commands/whoami.ts)_
336
+ _See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.1.0/src/commands/whoami.ts)_
337
337
  <!-- commandsstop -->
338
338
 
339
339
  # Current Limitations
@@ -634,5 +634,5 @@
634
634
  ]
635
635
  }
636
636
  },
637
- "version": "1.0.16"
637
+ "version": "1.1.0"
638
638
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "author": "PixoDev",
3
- "version": "1.0.16",
3
+ "version": "1.1.0",
4
4
  "description": "Internxt CLI to manage your encrypted storage",
5
5
  "scripts": {
6
6
  "build": "tsc",