Manage oauth

Usage:
  plaid-cli oauth [command]

Available Commands:
  introspect  Get metadata about an OAuth token
  revoke      Revoke an OAuth token
  token       Create or refresh an OAuth access token

Flags:
  -h, --help   help for oauth

Global Flags:
      --config string      Config file path
      --dry-run            Show request without sending
      --json               Output as JSON
      --no-cache           Bypass response cache
      --no-color           Disable colored output
      --plain              Output as plain tab-separated text
      --quiet              Bare output, one value per line
      --select string      Comma-separated fields to include in output (e.g. --select id,name,status)
      --timeout duration   Request timeout (default 30s)
      --yes                Skip confirmation prompts (for agents and scripts)

Use "plaid-cli oauth [command] --help" for more information about a command.
