@visa/cli 2.7.2-rc.1 → 2.8.0-rc.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 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 merchant tools
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)
@@ -79,6 +87,7 @@ visa-cli config biometric off # Toggle Touch ID enforcement for remote pay
79
87
 
80
88
  # Maintenance
81
89
  visa-cli update # Update Visa CLI to the latest stable version
90
+ visa-cli config reset --local-only # Clear local credentials only, useful when switching GitHub accounts
82
91
  visa-cli uninstall # Remove the MCP server from an AI client
83
92
  visa-cli feedback # Submit feedback about Visa CLI
84
93