@super-protocol/sp-cli 0.0.2-beta.12 → 0.0.2-beta.13
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 +16 -16
- 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.13 linux-x64 node-v22.21.1
|
|
25
25
|
$ sp --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sp COMMAND
|
|
@@ -65,7 +65,7 @@ DESCRIPTION
|
|
|
65
65
|
Information about current authorized user
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
-
_See code: [src/commands/account/info.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
68
|
+
_See code: [src/commands/account/info.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/account/info.ts)_
|
|
69
69
|
|
|
70
70
|
## `sp auth login`
|
|
71
71
|
|
|
@@ -89,7 +89,7 @@ EXAMPLES
|
|
|
89
89
|
$ sp auth login
|
|
90
90
|
```
|
|
91
91
|
|
|
92
|
-
_See code: [src/commands/auth/login.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
92
|
+
_See code: [src/commands/auth/login.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/auth/login.ts)_
|
|
93
93
|
|
|
94
94
|
## `sp auth me`
|
|
95
95
|
|
|
@@ -102,7 +102,7 @@ GLOBAL FLAGS
|
|
|
102
102
|
--json Format output as json.
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
_See code: [src/commands/auth/me.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
105
|
+
_See code: [src/commands/auth/me.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/auth/me.ts)_
|
|
106
106
|
|
|
107
107
|
## `sp autocomplete [SHELL]`
|
|
108
108
|
|
|
@@ -163,7 +163,7 @@ EXAMPLES
|
|
|
163
163
|
$ sp config delete - Delete a configuration
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
-
_See code: [src/commands/config/index.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
166
|
+
_See code: [src/commands/config/index.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/config/index.ts)_
|
|
167
167
|
|
|
168
168
|
## `sp config add [FILE]`
|
|
169
169
|
|
|
@@ -202,7 +202,7 @@ EXAMPLES
|
|
|
202
202
|
}
|
|
203
203
|
```
|
|
204
204
|
|
|
205
|
-
_See code: [src/commands/config/add.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
205
|
+
_See code: [src/commands/config/add.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/config/add.ts)_
|
|
206
206
|
|
|
207
207
|
## `sp config create`
|
|
208
208
|
|
|
@@ -229,7 +229,7 @@ EXAMPLES
|
|
|
229
229
|
$ sp config create --name "Production" --url "https://api.dp.superprotocol.com"
|
|
230
230
|
```
|
|
231
231
|
|
|
232
|
-
_See code: [src/commands/config/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
232
|
+
_See code: [src/commands/config/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/config/create.ts)_
|
|
233
233
|
|
|
234
234
|
## `sp config delete`
|
|
235
235
|
|
|
@@ -257,7 +257,7 @@ EXAMPLES
|
|
|
257
257
|
$ sp config delete --name "My Config" --force
|
|
258
258
|
```
|
|
259
259
|
|
|
260
|
-
_See code: [src/commands/config/delete.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
260
|
+
_See code: [src/commands/config/delete.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/config/delete.ts)_
|
|
261
261
|
|
|
262
262
|
## `sp config list`
|
|
263
263
|
|
|
@@ -277,7 +277,7 @@ EXAMPLES
|
|
|
277
277
|
$ sp config list
|
|
278
278
|
```
|
|
279
279
|
|
|
280
|
-
_See code: [src/commands/config/list.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
280
|
+
_See code: [src/commands/config/list.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/config/list.ts)_
|
|
281
281
|
|
|
282
282
|
## `sp config show`
|
|
283
283
|
|
|
@@ -297,7 +297,7 @@ EXAMPLES
|
|
|
297
297
|
$ sp config show
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
_See code: [src/commands/config/show.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
300
|
+
_See code: [src/commands/config/show.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/config/show.ts)_
|
|
301
301
|
|
|
302
302
|
## `sp config use`
|
|
303
303
|
|
|
@@ -317,7 +317,7 @@ EXAMPLES
|
|
|
317
317
|
$ sp config use
|
|
318
318
|
```
|
|
319
319
|
|
|
320
|
-
_See code: [src/commands/config/use.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
320
|
+
_See code: [src/commands/config/use.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/config/use.ts)_
|
|
321
321
|
|
|
322
322
|
## `sp files download RESOURCEFILE LOCALDIRECTORY`
|
|
323
323
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
$ sp files download ./resource.json ./pathToDownload
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [src/commands/files/download.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
348
|
+
_See code: [src/commands/files/download.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/files/download.ts)_
|
|
349
349
|
|
|
350
350
|
## `sp files upload PATH`
|
|
351
351
|
|
|
@@ -379,7 +379,7 @@ EXAMPLES
|
|
|
379
379
|
$ sp files upload ./file.txt
|
|
380
380
|
```
|
|
381
381
|
|
|
382
|
-
_See code: [src/commands/files/upload.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
382
|
+
_See code: [src/commands/files/upload.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/files/upload.ts)_
|
|
383
383
|
|
|
384
384
|
## `sp help [COMMAND]`
|
|
385
385
|
|
|
@@ -450,7 +450,7 @@ EXAMPLES
|
|
|
450
450
|
$ sp storage create --not-default
|
|
451
451
|
```
|
|
452
452
|
|
|
453
|
-
_See code: [src/commands/storage/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
453
|
+
_See code: [src/commands/storage/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/storage/create.ts)_
|
|
454
454
|
|
|
455
455
|
## `sp storage select`
|
|
456
456
|
|
|
@@ -476,7 +476,7 @@ EXAMPLES
|
|
|
476
476
|
$ sp storage select --id=2de3e3a4-0000-1111-2222-333344445555
|
|
477
477
|
```
|
|
478
478
|
|
|
479
|
-
_See code: [src/commands/storage/select.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
479
|
+
_See code: [src/commands/storage/select.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/storage/select.ts)_
|
|
480
480
|
|
|
481
481
|
## `sp storage update`
|
|
482
482
|
|
|
@@ -503,5 +503,5 @@ EXAMPLES
|
|
|
503
503
|
$ sp storage update --id=2de3e3a4-0000-1111-2222-333344445555
|
|
504
504
|
```
|
|
505
505
|
|
|
506
|
-
_See code: [src/commands/storage/update.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.
|
|
506
|
+
_See code: [src/commands/storage/update.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.13/src/commands/storage/update.ts)_
|
|
507
507
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED