Core Commands
vygrant accountsvygrant statusvygrant infoToken commands:
vygrant token get <account>vygrant token refresh <account>vygrant token delete <account>vygrant token dumpvygrant token restoreBehavior Notes
token getreturns access token text on stdout.token getauto-refreshes when token is expired and refresh token is available.token refreshrequires a stored refresh token; otherwise it prints auth URL.token dump/restoreserialize token state (treat as sensitive data).
Script Integration
Use directly in commands that accept passwordeval or shell substitution:
ACCESS_TOKEN="$(vygrant token get myapp)"Example with msmtp:
passwordeval "vygrant token get myapp"