mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 05:54:59 +00:00
Update cheatsheets
This commit is contained in:
21
steamcmd
Normal file
21
steamcmd
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# steamcmd
|
||||
|
||||
> A command-line version of the Steam client.
|
||||
> More information: <https://manned.org/steamcmd>.
|
||||
|
||||
- Install or update an application anonymously:
|
||||
|
||||
`steamcmd +login {{anonymous}} +app_update {{appid}} +quit`
|
||||
|
||||
- Install or update an application using the specified credentials:
|
||||
|
||||
`steamcmd +login {{username}} +app_update {{appid}} +quit`
|
||||
|
||||
- Install an application for a specific platform:
|
||||
|
||||
`steamcmd +@sSteamCmdForcePlatformType {{windows}} +login {{anonymous}} +app_update {{appid}} validate +quit`
|
||||
Reference in New Issue
Block a user