@super-protocol/sp-cli 0.0.4-beta.6 → 0.0.5

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
@@ -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.4-beta.6 linux-x64 node-v22.21.1
24
+ @super-protocol/sp-cli/0.0.5 linux-x64 node-v22.21.1
25
25
  $ sp --help [COMMAND]
26
26
  USAGE
27
27
  $ sp COMMAND
@@ -71,7 +71,7 @@ EXAMPLES
71
71
  $ sp account get-sppi
72
72
  ```
73
73
 
74
- _See code: [src/commands/account/get-sppi.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/account/get-sppi.ts)_
74
+ _See code: [src/commands/account/get-sppi.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/account/get-sppi.ts)_
75
75
 
76
76
  ## `sp account info`
77
77
 
@@ -89,7 +89,7 @@ DESCRIPTION
89
89
  Information about current authorized user
90
90
  ```
91
91
 
92
- _See code: [src/commands/account/info.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/account/info.ts)_
92
+ _See code: [src/commands/account/info.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/account/info.ts)_
93
93
 
94
94
  ## `sp auth login`
95
95
 
@@ -113,7 +113,7 @@ EXAMPLES
113
113
  $ sp auth login
114
114
  ```
115
115
 
116
- _See code: [src/commands/auth/login.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/auth/login.ts)_
116
+ _See code: [src/commands/auth/login.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/auth/login.ts)_
117
117
 
118
118
  ## `sp auth me`
119
119
 
@@ -126,7 +126,7 @@ GLOBAL FLAGS
126
126
  --json Format output as json.
127
127
  ```
128
128
 
129
- _See code: [src/commands/auth/me.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/auth/me.ts)_
129
+ _See code: [src/commands/auth/me.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/auth/me.ts)_
130
130
 
131
131
  ## `sp autocomplete [SHELL]`
132
132
 
@@ -187,7 +187,7 @@ EXAMPLES
187
187
  $ sp config delete - Delete a configuration
188
188
  ```
189
189
 
190
- _See code: [src/commands/config/index.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/config/index.ts)_
190
+ _See code: [src/commands/config/index.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/config/index.ts)_
191
191
 
192
192
  ## `sp config add [FILE]`
193
193
 
@@ -226,7 +226,7 @@ EXAMPLES
226
226
  }
227
227
  ```
228
228
 
229
- _See code: [src/commands/config/add.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/config/add.ts)_
229
+ _See code: [src/commands/config/add.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/config/add.ts)_
230
230
 
231
231
  ## `sp config create`
232
232
 
@@ -253,7 +253,7 @@ EXAMPLES
253
253
  $ sp config create --name "Production" --url "https://api.dp.superprotocol.com"
254
254
  ```
255
255
 
256
- _See code: [src/commands/config/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/config/create.ts)_
256
+ _See code: [src/commands/config/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/config/create.ts)_
257
257
 
258
258
  ## `sp config delete`
259
259
 
@@ -281,7 +281,7 @@ EXAMPLES
281
281
  $ sp config delete --name "My Config" --force
282
282
  ```
283
283
 
284
- _See code: [src/commands/config/delete.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/config/delete.ts)_
284
+ _See code: [src/commands/config/delete.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/config/delete.ts)_
285
285
 
286
286
  ## `sp config list`
287
287
 
@@ -301,7 +301,7 @@ EXAMPLES
301
301
  $ sp config list
302
302
  ```
303
303
 
304
- _See code: [src/commands/config/list.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/config/list.ts)_
304
+ _See code: [src/commands/config/list.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/config/list.ts)_
305
305
 
306
306
  ## `sp config show`
307
307
 
@@ -321,7 +321,7 @@ EXAMPLES
321
321
  $ sp config show
322
322
  ```
323
323
 
324
- _See code: [src/commands/config/show.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/config/show.ts)_
324
+ _See code: [src/commands/config/show.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/config/show.ts)_
325
325
 
326
326
  ## `sp config use`
327
327
 
@@ -341,7 +341,7 @@ EXAMPLES
341
341
  $ sp config use
342
342
  ```
343
343
 
344
- _See code: [src/commands/config/use.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/config/use.ts)_
344
+ _See code: [src/commands/config/use.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/config/use.ts)_
345
345
 
346
346
  ## `sp files download RESOURCEFILE LOCALDIRECTORY`
347
347
 
@@ -369,7 +369,7 @@ EXAMPLES
369
369
  $ sp files download ./resource.json ./pathToDownload
370
370
  ```
371
371
 
372
- _See code: [src/commands/files/download.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/files/download.ts)_
372
+ _See code: [src/commands/files/download.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/files/download.ts)_
373
373
 
374
374
  ## `sp files upload PATH`
375
375
 
@@ -403,7 +403,7 @@ EXAMPLES
403
403
  $ sp files upload ./file.txt
404
404
  ```
405
405
 
406
- _See code: [src/commands/files/upload.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/files/upload.ts)_
406
+ _See code: [src/commands/files/upload.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/files/upload.ts)_
407
407
 
408
408
  ## `sp help [COMMAND]`
409
409
 
@@ -474,7 +474,7 @@ EXAMPLES
474
474
  $ sp storage create --not-default
475
475
  ```
476
476
 
477
- _See code: [src/commands/storage/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/storage/create.ts)_
477
+ _See code: [src/commands/storage/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/storage/create.ts)_
478
478
 
479
479
  ## `sp storage select`
480
480
 
@@ -495,7 +495,7 @@ EXAMPLES
495
495
  $ sp storage select
496
496
  ```
497
497
 
498
- _See code: [src/commands/storage/select.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/storage/select.ts)_
498
+ _See code: [src/commands/storage/select.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/storage/select.ts)_
499
499
 
500
500
  ## `sp storage show`
501
501
 
@@ -516,7 +516,7 @@ EXAMPLES
516
516
  $ sp storage show
517
517
  ```
518
518
 
519
- _See code: [src/commands/storage/show.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/storage/show.ts)_
519
+ _See code: [src/commands/storage/show.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/storage/show.ts)_
520
520
 
521
521
  ## `sp storage update`
522
522
 
@@ -543,7 +543,7 @@ EXAMPLES
543
543
  $ sp storage update --id=2de3e3a4-0000-1111-2222-333344445555
544
544
  ```
545
545
 
546
- _See code: [src/commands/storage/update.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/storage/update.ts)_
546
+ _See code: [src/commands/storage/update.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/storage/update.ts)_
547
547
 
548
548
  ## `sp workflows extend-lease ORDERID`
549
549
 
@@ -576,5 +576,5 @@ EXAMPLES
576
576
  $ sp workflows extend-lease <orderId> --sppi 2 --yes
577
577
  ```
578
578
 
579
- _See code: [src/commands/workflows/extend-lease.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.4-beta.6/src/commands/workflows/extend-lease.ts)_
579
+ _See code: [src/commands/workflows/extend-lease.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.5/src/commands/workflows/extend-lease.ts)_
580
580
  <!-- commandsstop -->
@@ -875,5 +875,5 @@
875
875
  ]
876
876
  }
877
877
  },
878
- "version": "0.0.4-beta.6"
878
+ "version": "0.0.5"
879
879
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@super-protocol/sp-cli",
3
3
  "description": "SuperProtocol Command line interface",
4
- "version": "0.0.4-beta.6",
4
+ "version": "0.0.5",
5
5
  "author": "SuperProtocol",
6
6
  "publishConfig": {
7
7
  "access": "public",