@visa/cli 2.7.2-rc.1 → 2.8.0-rc.2
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 +1 -0
- package/dist/cli.js +96 -96
- package/dist/mcp-server/index.js +23 -23
- 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
|
@@ -79,6 +79,7 @@ visa-cli config biometric off # Toggle Touch ID enforcement for remote pay
|
|
|
79
79
|
|
|
80
80
|
# Maintenance
|
|
81
81
|
visa-cli update # Update Visa CLI to the latest stable version
|
|
82
|
+
visa-cli config reset --local-only # Clear local credentials only, useful when switching GitHub accounts
|
|
82
83
|
visa-cli uninstall # Remove the MCP server from an AI client
|
|
83
84
|
visa-cli feedback # Submit feedback about Visa CLI
|
|
84
85
|
|