@useveil/cli) gives script authors and terminal-first developers the same control as the dashboard, accessible from the command line or a CI environment.
What you can do
- Install and pair your machine once with
veil login - Create and inspect wallets on Ethereum, Base, and Polygon
- Add bank accounts interactively
- List transactions with filters
- Quote and execute offramps, with an email confirmation step when your settings require one
- Manage
@usernamehandles - Configure and remove auto-settle rules
How it relates to other surfaces
Modes
The CLI uses the same sandbox and production modes as the rest of Veil. You start in sandbox by default. Useveil mode live to switch, or pass --live on any command for a one-shot override without changing the persisted mode.
See Sandbox vs. production for the full picture.
Guide pages
- Install — global install, npx, and smoke test
- Login and pairing — browser pairing, keychain storage,
veil whoamiandveil logout - Environments — modes,
veil mode, and the--liveflag - Wallets —
veil wallets list/show/create - Bank accounts —
veil bank-accounts list/add - Transactions —
veil transactions listwith filters - Offramp — quote, create (with OTP), and show
- Usernames —
@handlemanagement - Rules — auto-settle rule management
- Worked example — end-to-end sandbox walkthrough