1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-12 20:15:24 +02:00

steamcmd: add example on how to delete credential cache (#17086)

This commit is contained in:
Managor 2025-07-04 17:59:01 +03:00 committed by GitHub
parent 45dba5b18e
commit 4987fc0c75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`