@internxt/cli 0.1.20 → 1.0.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 +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ $ npm install -g @internxt/cli
|
|
|
34
34
|
$ internxt COMMAND
|
|
35
35
|
running command...
|
|
36
36
|
$ internxt (--version)
|
|
37
|
-
@internxt/cli/0.
|
|
37
|
+
@internxt/cli/1.0.0 darwin-arm64 node-v20.10.0
|
|
38
38
|
$ internxt --help [COMMAND]
|
|
39
39
|
USAGE
|
|
40
40
|
$ internxt COMMAND
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
$ internxt config
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/
|
|
87
|
+
_See code: [src/commands/config.ts](https://github.com/internxt/cli/blob/v1.0.0/src/commands/config.ts)_
|
|
88
88
|
|
|
89
89
|
## `internxt download`
|
|
90
90
|
|
|
@@ -107,7 +107,7 @@ EXAMPLES
|
|
|
107
107
|
$ internxt download
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [src/commands/download.ts](https://github.com/internxt/cli/blob/
|
|
110
|
+
_See code: [src/commands/download.ts](https://github.com/internxt/cli/blob/v1.0.0/src/commands/download.ts)_
|
|
111
111
|
|
|
112
112
|
## `internxt list`
|
|
113
113
|
|
|
@@ -141,7 +141,7 @@ EXAMPLES
|
|
|
141
141
|
$ internxt list
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
-
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/
|
|
144
|
+
_See code: [src/commands/list.ts](https://github.com/internxt/cli/blob/v1.0.0/src/commands/list.ts)_
|
|
145
145
|
|
|
146
146
|
## `internxt login`
|
|
147
147
|
|
|
@@ -167,7 +167,7 @@ EXAMPLES
|
|
|
167
167
|
$ internxt login
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/
|
|
170
|
+
_See code: [src/commands/login.ts](https://github.com/internxt/cli/blob/v1.0.0/src/commands/login.ts)_
|
|
171
171
|
|
|
172
172
|
## `internxt logout`
|
|
173
173
|
|
|
@@ -184,7 +184,7 @@ EXAMPLES
|
|
|
184
184
|
$ internxt logout
|
|
185
185
|
```
|
|
186
186
|
|
|
187
|
-
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/
|
|
187
|
+
_See code: [src/commands/logout.ts](https://github.com/internxt/cli/blob/v1.0.0/src/commands/logout.ts)_
|
|
188
188
|
|
|
189
189
|
## `internxt logs`
|
|
190
190
|
|
|
@@ -201,7 +201,7 @@ EXAMPLES
|
|
|
201
201
|
$ internxt logs
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/
|
|
204
|
+
_See code: [src/commands/logs.ts](https://github.com/internxt/cli/blob/v1.0.0/src/commands/logs.ts)_
|
|
205
205
|
|
|
206
206
|
## `internxt move`
|
|
207
207
|
|
|
@@ -226,7 +226,7 @@ EXAMPLES
|
|
|
226
226
|
$ internxt move
|
|
227
227
|
```
|
|
228
228
|
|
|
229
|
-
_See code: [src/commands/move.ts](https://github.com/internxt/cli/blob/
|
|
229
|
+
_See code: [src/commands/move.ts](https://github.com/internxt/cli/blob/v1.0.0/src/commands/move.ts)_
|
|
230
230
|
|
|
231
231
|
## `internxt trash`
|
|
232
232
|
|
|
@@ -250,7 +250,7 @@ EXAMPLES
|
|
|
250
250
|
$ internxt trash
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/trash.ts](https://github.com/internxt/cli/blob/
|
|
253
|
+
_See code: [src/commands/trash.ts](https://github.com/internxt/cli/blob/v1.0.0/src/commands/trash.ts)_
|
|
254
254
|
|
|
255
255
|
## `internxt upload`
|
|
256
256
|
|
|
@@ -274,7 +274,7 @@ EXAMPLES
|
|
|
274
274
|
$ internxt upload
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
_See code: [src/commands/upload.ts](https://github.com/internxt/cli/blob/
|
|
277
|
+
_See code: [src/commands/upload.ts](https://github.com/internxt/cli/blob/v1.0.0/src/commands/upload.ts)_
|
|
278
278
|
|
|
279
279
|
## `internxt webdav ACTION`
|
|
280
280
|
|
|
@@ -291,7 +291,7 @@ EXAMPLES
|
|
|
291
291
|
$ internxt webdav
|
|
292
292
|
```
|
|
293
293
|
|
|
294
|
-
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/
|
|
294
|
+
_See code: [src/commands/webdav.ts](https://github.com/internxt/cli/blob/v1.0.0/src/commands/webdav.ts)_
|
|
295
295
|
|
|
296
296
|
## `internxt whoami`
|
|
297
297
|
|
|
@@ -308,5 +308,5 @@ EXAMPLES
|
|
|
308
308
|
$ internxt whoami
|
|
309
309
|
```
|
|
310
310
|
|
|
311
|
-
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/
|
|
311
|
+
_See code: [src/commands/whoami.ts](https://github.com/internxt/cli/blob/v1.0.0/src/commands/whoami.ts)_
|
|
312
312
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED