LinuxCommandLibrary

steamcmd

Command-line interface for Valve's Steam

TLDR

Install or update an application anonymously

$ steamcmd +login [anonymous] +app_update [appid] +quit
copy


Install or update an application using the specified credentials
$ steamcmd +login [username] +app_update [appid] +quit
copy


Install an application for a specific platform
$ steamcmd +@sSteamCmdForcePlatformType [windows] +login [anonymous] +app_update [appid] validate +quit
copy

Help

Steam Console Client (c) Valve Corporation - version 1660762488 -- type 'quit' to exit -- Usage: steamcmd ["+COMMAND [ARG]..."]... or: steamcmd +runscript SCRIPTFILE Help topics - type "help " or run with "--help " for more information: login : Logging in to Steam scripts : Executing a sequence of commands via a script file commandline : Executing commands directly via the OS command line convars : Options and settings that affect this program session app_build : Building Steam application content (only for licensed Steam application developers) app_update : Installing/updating a Steam application on the local filesystem (EG dedicated servers) You can also type "find " to see a list of all commands and convars that contain or reference .

Copied to clipboard