Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@useveil/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@useveil/cli
Command-line interface for Veil.
Install
npm install -g @useveil/cliQuick start
# Log in with your API key
veil login
# Check API health
veil health
# Show current user
veil whoami
# Manage API keys
veil keys list
veil keys create --name "production" --mode live
veil keys revoke <id>
# Manage wallets
veil wallets list
veil wallets create --name "primary"
# Create an offramp
veil offramp create --amount 100 --currency USDC --bank-account-id <id>Environment variables
VEIL_API_BASE_URL— override the default API base URL (https://api.veil.sh).VEIL_API_KEY— bypass the keychain and use this API key directly.