@visa/cli 2.8.0-rc.2 → 2.8.0
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 +9 -1
- package/dist/cli.js +132 -124
- 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
|
@@ -65,9 +65,17 @@ visa-cli keys list # List Visa Keys
|
|
|
65
65
|
visa-cli keys revoke <id> # Revoke a Visa Key
|
|
66
66
|
|
|
67
67
|
# Run merchant tools
|
|
68
|
+
visa-cli tools # List all available merchant tools
|
|
69
|
+
visa-cli tools --merchant fal # Scope to a single merchant
|
|
70
|
+
visa-cli tools --category image # Filter by category
|
|
71
|
+
visa-cli tools --query "text to image" # Semantic search
|
|
72
|
+
visa-cli describe <tool> # Show schema, price, and examples
|
|
68
73
|
visa-cli generate image|video|music|speech|3d # Generate media with merchant tools
|
|
69
74
|
visa-cli run-llm # Chat-completion via an OpenRouter-backed LLM
|
|
70
|
-
visa-cli merchants list # Discover paid
|
|
75
|
+
visa-cli merchants list # Discover paid platform merchants
|
|
76
|
+
visa-cli merchants fal tools # List tools for a specific merchant
|
|
77
|
+
visa-cli merchants fal describe flux-pro # Show schema + price for one tool
|
|
78
|
+
visa-cli merchants fal run flux-pro # Run a tool scoped to a merchant
|
|
71
79
|
|
|
72
80
|
# Spend HUD & config
|
|
73
81
|
visa-cli config hud enable # Enable the Claude Code statusLine HUD (claude is the default surface)
|