@visa/cli 2.8.2 → 2.9.0-rc.1
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 +3 -0
- package/dist/cli.js +9 -9
- package/dist/mcp-server/index.js +5 -5
- package/native/bin/win32-x64/visa-keychain-win.exe +0 -0
- package/package.json +1 -1
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -158,6 +158,9 @@ visa-cli keys revoke 1
|
|
|
158
158
|
|
|
159
159
|
The create command prints the raw `VisaKey_...` key once. Store it in your app or agent secret store and send it as `X-Api-Key`. Paid Visa Key calls use `/v1/api/tools/:tool/execute` for direct JSON execution. Direct `/v1/api/shortcuts/:tool` card charges are retired. Use `--daily-cap USD` and `--total-cap USD` to keep key spend bounded.
|
|
160
160
|
|
|
161
|
+
Public docs: `apps/web/content/docs/visa-key-api.md`.
|
|
162
|
+
Reviewer handoff: `docs/api/visa-key-api-review-handoff.md`.
|
|
163
|
+
|
|
161
164
|
---
|
|
162
165
|
|
|
163
166
|
## MCP tools
|