@super-protocol/sp-cli 0.0.2-beta.6 → 0.0.2-beta.8
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 +19 -19
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ npm install -g @super-protocol/sp-cli
|
|
|
21
21
|
$ sp COMMAND
|
|
22
22
|
running command...
|
|
23
23
|
$ sp (--version)
|
|
24
|
-
@super-protocol/sp-cli/0.0.2-beta.
|
|
24
|
+
@super-protocol/sp-cli/0.0.2-beta.8 linux-x64 node-v22.21.1
|
|
25
25
|
$ sp --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sp COMMAND
|
|
@@ -62,7 +62,7 @@ GLOBAL FLAGS
|
|
|
62
62
|
--json Format output as json.
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
_See code: [src/commands/account/info.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
65
|
+
_See code: [src/commands/account/info.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/account/info.ts)_
|
|
66
66
|
|
|
67
67
|
## `sp auth login`
|
|
68
68
|
|
|
@@ -86,7 +86,7 @@ EXAMPLES
|
|
|
86
86
|
$ sp auth login
|
|
87
87
|
```
|
|
88
88
|
|
|
89
|
-
_See code: [src/commands/auth/login.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
89
|
+
_See code: [src/commands/auth/login.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/auth/login.ts)_
|
|
90
90
|
|
|
91
91
|
## `sp auth me`
|
|
92
92
|
|
|
@@ -99,7 +99,7 @@ GLOBAL FLAGS
|
|
|
99
99
|
--json Format output as json.
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
_See code: [src/commands/auth/me.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
102
|
+
_See code: [src/commands/auth/me.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/auth/me.ts)_
|
|
103
103
|
|
|
104
104
|
## `sp base`
|
|
105
105
|
|
|
@@ -112,7 +112,7 @@ GLOBAL FLAGS
|
|
|
112
112
|
--json Format output as json.
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
_See code: [src/commands/base.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
115
|
+
_See code: [src/commands/base.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/base.ts)_
|
|
116
116
|
|
|
117
117
|
## `sp config`
|
|
118
118
|
|
|
@@ -142,7 +142,7 @@ EXAMPLES
|
|
|
142
142
|
$ sp config delete - Delete a configuration
|
|
143
143
|
```
|
|
144
144
|
|
|
145
|
-
_See code: [src/commands/config/index.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
145
|
+
_See code: [src/commands/config/index.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/config/index.ts)_
|
|
146
146
|
|
|
147
147
|
## `sp config add [FILE]`
|
|
148
148
|
|
|
@@ -181,7 +181,7 @@ EXAMPLES
|
|
|
181
181
|
}
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
_See code: [src/commands/config/add.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
184
|
+
_See code: [src/commands/config/add.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/config/add.ts)_
|
|
185
185
|
|
|
186
186
|
## `sp config base`
|
|
187
187
|
|
|
@@ -193,7 +193,7 @@ GLOBAL FLAGS
|
|
|
193
193
|
--json Format output as json.
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
_See code: [src/commands/config/base.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
196
|
+
_See code: [src/commands/config/base.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/config/base.ts)_
|
|
197
197
|
|
|
198
198
|
## `sp config create`
|
|
199
199
|
|
|
@@ -220,7 +220,7 @@ EXAMPLES
|
|
|
220
220
|
$ sp config create --name "Production" --url "https://api.dp.superprotocol.com"
|
|
221
221
|
```
|
|
222
222
|
|
|
223
|
-
_See code: [src/commands/config/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
223
|
+
_See code: [src/commands/config/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/config/create.ts)_
|
|
224
224
|
|
|
225
225
|
## `sp config delete`
|
|
226
226
|
|
|
@@ -248,7 +248,7 @@ EXAMPLES
|
|
|
248
248
|
$ sp config delete --name "My Config" --force
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
-
_See code: [src/commands/config/delete.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
251
|
+
_See code: [src/commands/config/delete.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/config/delete.ts)_
|
|
252
252
|
|
|
253
253
|
## `sp config list`
|
|
254
254
|
|
|
@@ -268,7 +268,7 @@ EXAMPLES
|
|
|
268
268
|
$ sp config list
|
|
269
269
|
```
|
|
270
270
|
|
|
271
|
-
_See code: [src/commands/config/list.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
271
|
+
_See code: [src/commands/config/list.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/config/list.ts)_
|
|
272
272
|
|
|
273
273
|
## `sp config show`
|
|
274
274
|
|
|
@@ -288,7 +288,7 @@ EXAMPLES
|
|
|
288
288
|
$ sp config show
|
|
289
289
|
```
|
|
290
290
|
|
|
291
|
-
_See code: [src/commands/config/show.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
291
|
+
_See code: [src/commands/config/show.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/config/show.ts)_
|
|
292
292
|
|
|
293
293
|
## `sp config use`
|
|
294
294
|
|
|
@@ -308,7 +308,7 @@ EXAMPLES
|
|
|
308
308
|
$ sp config use
|
|
309
309
|
```
|
|
310
310
|
|
|
311
|
-
_See code: [src/commands/config/use.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
311
|
+
_See code: [src/commands/config/use.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/config/use.ts)_
|
|
312
312
|
|
|
313
313
|
## `sp files download RESOURCEFILE LOCALDIRECTORY`
|
|
314
314
|
|
|
@@ -336,7 +336,7 @@ EXAMPLES
|
|
|
336
336
|
$ sp files download ./resource.json ./pathToDownload
|
|
337
337
|
```
|
|
338
338
|
|
|
339
|
-
_See code: [src/commands/files/download.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
339
|
+
_See code: [src/commands/files/download.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/files/download.ts)_
|
|
340
340
|
|
|
341
341
|
## `sp files upload PATH`
|
|
342
342
|
|
|
@@ -370,7 +370,7 @@ EXAMPLES
|
|
|
370
370
|
$ sp files upload ./file.txt
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [src/commands/files/upload.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
373
|
+
_See code: [src/commands/files/upload.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/files/upload.ts)_
|
|
374
374
|
|
|
375
375
|
## `sp help [COMMAND]`
|
|
376
376
|
|
|
@@ -425,7 +425,7 @@ GLOBAL FLAGS
|
|
|
425
425
|
--json Format output as json.
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [src/commands/storage/base.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
428
|
+
_See code: [src/commands/storage/base.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/storage/base.ts)_
|
|
429
429
|
|
|
430
430
|
## `sp storage create`
|
|
431
431
|
|
|
@@ -454,7 +454,7 @@ EXAMPLES
|
|
|
454
454
|
$ sp storage create --not-default
|
|
455
455
|
```
|
|
456
456
|
|
|
457
|
-
_See code: [src/commands/storage/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
457
|
+
_See code: [src/commands/storage/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/storage/create.ts)_
|
|
458
458
|
|
|
459
459
|
## `sp storage select`
|
|
460
460
|
|
|
@@ -480,7 +480,7 @@ EXAMPLES
|
|
|
480
480
|
$ sp storage select --id=2de3e3a4-0000-1111-2222-333344445555
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [src/commands/storage/select.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
483
|
+
_See code: [src/commands/storage/select.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/storage/select.ts)_
|
|
484
484
|
|
|
485
485
|
## `sp storage update`
|
|
486
486
|
|
|
@@ -507,5 +507,5 @@ EXAMPLES
|
|
|
507
507
|
$ sp storage update --id=2de3e3a4-0000-1111-2222-333344445555
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [src/commands/storage/update.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
510
|
+
_See code: [src/commands/storage/update.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.8/src/commands/storage/update.ts)_
|
|
511
511
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED