@smithery/cli 4.0.0-preview.1 → 4.0.0-preview.3
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 +2 -0
- package/dist/index.js +253 -233
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -53,6 +53,8 @@ smithery skills review downvote <skill> <review-id> # Downvote a review
|
|
|
53
53
|
smithery auth login # Login with Smithery (OAuth)
|
|
54
54
|
smithery auth logout # Log out
|
|
55
55
|
smithery auth whoami # Check current user
|
|
56
|
+
smithery auth token # Mint a service token
|
|
57
|
+
smithery auth token --policy '<json>' # Mint a restricted token
|
|
56
58
|
```
|
|
57
59
|
|
|
58
60
|
### Namespaces
|