@super-protocol/sp-cli 0.0.2-beta.2 → 0.0.2-beta.4

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.2-beta.2 linux-x64 node-v22.21.1
24
+ @super-protocol/sp-cli/0.0.2-beta.4 linux-x64 node-v22.21.1
25
25
  $ sp --help [COMMAND]
26
26
  USAGE
27
27
  $ sp COMMAND
@@ -69,7 +69,7 @@ GLOBAL FLAGS
69
69
  --json Format output as json.
70
70
  ```
71
71
 
72
- _See code: [src/commands/account/info.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/account/info.ts)_
72
+ _See code: [src/commands/account/info.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/account/info.ts)_
73
73
 
74
74
  ## `sp auth login`
75
75
 
@@ -90,7 +90,7 @@ EXAMPLES
90
90
  $ sp auth login
91
91
  ```
92
92
 
93
- _See code: [src/commands/auth/login.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/auth/login.ts)_
93
+ _See code: [src/commands/auth/login.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/auth/login.ts)_
94
94
 
95
95
  ## `sp auth me`
96
96
 
@@ -103,7 +103,7 @@ GLOBAL FLAGS
103
103
  --json Format output as json.
104
104
  ```
105
105
 
106
- _See code: [src/commands/auth/me.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/auth/me.ts)_
106
+ _See code: [src/commands/auth/me.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/auth/me.ts)_
107
107
 
108
108
  ## `sp base`
109
109
 
@@ -116,7 +116,7 @@ GLOBAL FLAGS
116
116
  --json Format output as json.
117
117
  ```
118
118
 
119
- _See code: [src/commands/base.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/base.ts)_
119
+ _See code: [src/commands/base.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/base.ts)_
120
120
 
121
121
  ## `sp config`
122
122
 
@@ -146,7 +146,7 @@ EXAMPLES
146
146
  $ sp config delete - Delete a configuration
147
147
  ```
148
148
 
149
- _See code: [src/commands/config/index.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/config/index.ts)_
149
+ _See code: [src/commands/config/index.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/config/index.ts)_
150
150
 
151
151
  ## `sp config add [FILE]`
152
152
 
@@ -185,7 +185,7 @@ EXAMPLES
185
185
  }
186
186
  ```
187
187
 
188
- _See code: [src/commands/config/add.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/config/add.ts)_
188
+ _See code: [src/commands/config/add.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/config/add.ts)_
189
189
 
190
190
  ## `sp config base`
191
191
 
@@ -197,7 +197,7 @@ GLOBAL FLAGS
197
197
  --json Format output as json.
198
198
  ```
199
199
 
200
- _See code: [src/commands/config/base.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/config/base.ts)_
200
+ _See code: [src/commands/config/base.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/config/base.ts)_
201
201
 
202
202
  ## `sp config create`
203
203
 
@@ -224,7 +224,7 @@ EXAMPLES
224
224
  $ sp config create --name "Production" --url "https://api.dp.superprotocol.com"
225
225
  ```
226
226
 
227
- _See code: [src/commands/config/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/config/create.ts)_
227
+ _See code: [src/commands/config/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/config/create.ts)_
228
228
 
229
229
  ## `sp config delete`
230
230
 
@@ -252,7 +252,7 @@ EXAMPLES
252
252
  $ sp config delete --name "My Config" --force
253
253
  ```
254
254
 
255
- _See code: [src/commands/config/delete.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/config/delete.ts)_
255
+ _See code: [src/commands/config/delete.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/config/delete.ts)_
256
256
 
257
257
  ## `sp config list`
258
258
 
@@ -272,7 +272,7 @@ EXAMPLES
272
272
  $ sp config list
273
273
  ```
274
274
 
275
- _See code: [src/commands/config/list.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/config/list.ts)_
275
+ _See code: [src/commands/config/list.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/config/list.ts)_
276
276
 
277
277
  ## `sp config show`
278
278
 
@@ -292,7 +292,7 @@ EXAMPLES
292
292
  $ sp config show
293
293
  ```
294
294
 
295
- _See code: [src/commands/config/show.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/config/show.ts)_
295
+ _See code: [src/commands/config/show.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/config/show.ts)_
296
296
 
297
297
  ## `sp config use`
298
298
 
@@ -312,7 +312,7 @@ EXAMPLES
312
312
  $ sp config use
313
313
  ```
314
314
 
315
- _See code: [src/commands/config/use.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/config/use.ts)_
315
+ _See code: [src/commands/config/use.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/config/use.ts)_
316
316
 
317
317
  ## `sp help [COMMAND]`
318
318
 
@@ -635,7 +635,7 @@ GLOBAL FLAGS
635
635
  --json Format output as json.
636
636
  ```
637
637
 
638
- _See code: [src/commands/storage/base.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/storage/base.ts)_
638
+ _See code: [src/commands/storage/base.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/storage/base.ts)_
639
639
 
640
640
  ## `sp storage create`
641
641
 
@@ -664,7 +664,7 @@ EXAMPLES
664
664
  $ sp storage create --not-default
665
665
  ```
666
666
 
667
- _See code: [src/commands/storage/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/storage/create.ts)_
667
+ _See code: [src/commands/storage/create.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/storage/create.ts)_
668
668
 
669
669
  ## `sp storage select`
670
670
 
@@ -690,7 +690,7 @@ EXAMPLES
690
690
  $ sp storage select --id=2de3e3a4-0000-1111-2222-333344445555
691
691
  ```
692
692
 
693
- _See code: [src/commands/storage/select.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/storage/select.ts)_
693
+ _See code: [src/commands/storage/select.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/storage/select.ts)_
694
694
 
695
695
  ## `sp storage update`
696
696
 
@@ -717,5 +717,5 @@ EXAMPLES
717
717
  $ sp storage update --id=2de3e3a4-0000-1111-2222-333344445555
718
718
  ```
719
719
 
720
- _See code: [src/commands/storage/update.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.2/src/commands/storage/update.ts)_
720
+ _See code: [src/commands/storage/update.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.2-beta.4/src/commands/storage/update.ts)_
721
721
  <!-- commandsstop -->
@@ -679,5 +679,5 @@
679
679
  ]
680
680
  }
681
681
  },
682
- "version": "0.0.2-beta.2"
682
+ "version": "0.0.2-beta.4"
683
683
  }
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.2-beta.2",
4
+ "version": "0.0.2-beta.4",
5
5
  "author": "SuperProtocol",
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -20,6 +20,7 @@
20
20
  "@oclif/plugin-warn-if-update-available": "^3.1.50",
21
21
  "@sinclair/typebox": "^0.33.22",
22
22
  "@super-protocol/provider-client": "^0.1.7",
23
+ "@super-protocol/sdk-js": "^3.17.1",
23
24
  "@super-protocol/sp-files-addon": "^0.12.5",
24
25
  "cookie": "^1.0.2",
25
26
  "jsonwebtoken": "^9.0.2",