upf.BoolVar(&upArgs.json,"json",false,"output in JSON format (WARNING: format subject to change)")
upf.BoolVar(&upArgs.reset,"reset",false,"reset unspecified settings to their default values")
// There's no --force-reauth flag on "login" because all login commands
// trigger a reauth.
upf.BoolVar(&upArgs.forceReauth,"force-reauth",false,"force reauthentication (WARNING: this may bring down the Tailscale connection and thus should not be done remotely over SSH or RDP)")