@visa/cli 4.1.0-rc.131 → 4.1.0-rc.133

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
@@ -79,7 +79,7 @@ visa agent list
79
79
  visa agent show <agent-id>
80
80
  ```
81
81
 
82
- The advanced `create` → `claim` → `verify` → `resume` commands are the
82
+ The advanced `create` → `claim` → `verify` → `pairing-resume` commands are the
83
83
  split-device choreography of this same v2 ceremony, not a second enrollment
84
84
  system. The review shows the runtime, context, stable agent ID, full public-key
85
85
  fingerprint, and expiry. It grants identity only; no spend limits or instruments
@@ -125,7 +125,7 @@ visa agent grant-wallet <agent-id> --ceiling 25 --per-transaction 1 --wait
125
125
 
126
126
  The owner approves once in the browser; the runtime polls to activation and
127
127
  receives a delegated, capped, revocable signer (it can never mint one itself).
128
- `visa agent revoke <agent-id>` withdraws spending without touching identity.
128
+ `visa agent pause <agent-id>` temporarily blocks new Visa CLI card and wallet payments at the canonical authority service (mandates remain intact; resume with `visa agent resume <agent-id>`). `visa agent revoke <agent-id>` withdraws the current server grant without touching identity; provider-credential removal is a separate lifecycle.
129
129
 
130
130
  With a wallet delegated, set caps before funding:
131
131
 
@@ -227,7 +227,7 @@ visa agent login-claim
227
227
  visa agent create
228
228
  visa agent claim <pairing-id> --runtime <name> --context "<purpose>"
229
229
  visa agent verify <pairing-id> <code>
230
- visa agent resume <pairing-id>
230
+ visa agent pairing-resume <pairing-id>
231
231
  visa agent cancel [pairing-id]
232
232
  visa agent list
233
233