mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-13 00:55:23 +02:00
steamcmd: add example on how to delete credential cache (#17086)
This commit is contained in:
parent
45dba5b18e
commit
4987fc0c75
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
||||||
- Install an application for a specific platform:
|
- Install an application for a specific platform:
|
||||||
|
|
||||||
`steamcmd +@sSteamCmdForcePlatformType {{windows}} +login {{anonymous}} +app_update {{appid}} validate +quit`
|
`steamcmd +@sSteamCmdForcePlatformType {{windows}} +login {{anonymous}} +app_update {{appid}} validate +quit`
|
||||||
|
|
||||||
|
- Clear cached login credentials for a user:
|
||||||
|
|
||||||
|
`steamcmd +login {{username}} +logout +quit`
|
||||||
|
|
Loading…
Add table
Reference in a new issue