@super-protocol/sp-cli 0.0.1-alpha.23 → 0.0.1-alpha.35
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 +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +5 -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.1-alpha.
|
|
24
|
+
@super-protocol/sp-cli/0.0.1-alpha.35 linux-x64 node-v22.20.0
|
|
25
25
|
$ sp --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sp COMMAND
|
|
@@ -61,7 +61,7 @@ EXAMPLES
|
|
|
61
61
|
$ sp auth login
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
_See code: [src/commands/auth/login.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.1-alpha.
|
|
64
|
+
_See code: [src/commands/auth/login.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.1-alpha.35/src/commands/auth/login.ts)_
|
|
65
65
|
|
|
66
66
|
## `sp auth me`
|
|
67
67
|
|
|
@@ -70,7 +70,7 @@ USAGE
|
|
|
70
70
|
$ sp auth me
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
_See code: [src/commands/auth/me.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.1-alpha.
|
|
73
|
+
_See code: [src/commands/auth/me.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.1-alpha.35/src/commands/auth/me.ts)_
|
|
74
74
|
|
|
75
75
|
## `sp help [COMMAND]`
|
|
76
76
|
|
|
@@ -389,7 +389,7 @@ USAGE
|
|
|
389
389
|
$ sp refresh
|
|
390
390
|
```
|
|
391
391
|
|
|
392
|
-
_See code: [src/commands/refresh.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.1-alpha.
|
|
392
|
+
_See code: [src/commands/refresh.ts](https://github.com/Super-Protocol/sp-cli/blob/v0.0.1-alpha.35/src/commands/refresh.ts)_
|
|
393
393
|
|
|
394
394
|
## `sp update [CHANNEL]`
|
|
395
395
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@super-protocol/sp-cli",
|
|
3
3
|
"description": "SuperProtocol Command line interface",
|
|
4
|
-
"version": "0.0.1-alpha.
|
|
4
|
+
"version": "0.0.1-alpha.35",
|
|
5
5
|
"author": "SuperProtocol",
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"access": "public",
|
|
8
|
+
"registry": "https://registry.npmjs.org/"
|
|
9
|
+
},
|
|
6
10
|
"bin": {
|
|
7
11
|
"sp": "./bin/run.js"
|
|
8
12
|
},
|