From 4987fc0c7558f96849e94e82946765081d959d8f Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 4 Jul 2025 17:59:01 +0300 Subject: [PATCH] steamcmd: add example on how to delete credential cache (#17086) --- pages/common/steamcmd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/steamcmd.md b/pages/common/steamcmd.md index c360012745..6ff855bb5d 100644 --- a/pages/common/steamcmd.md +++ b/pages/common/steamcmd.md @@ -14,3 +14,7 @@ - Install an application for a specific platform: `steamcmd +@sSteamCmdForcePlatformType {{windows}} +login {{anonymous}} +app_update {{appid}} validate +quit` + +- Clear cached login credentials for a user: + +`steamcmd +login {{username}} +logout +quit`