snippetbashTip
steam — Video game platform by Valve. More information: <https://developer.valvesoftware.com/wiki/Command_Li
Viewed 0 times
commandvalveclivideoplatformgamemoresteam
Problem
How to use the
steam command: Video game platform by Valve. More information: <https://developer.valvesoftware.com/wiki/Command_Line_Options>.Solution
steam — Video game platform by Valve. More information: <https://developer.valvesoftware.com/wiki/Command_Line_Options>.Launch Steam, printing debug messages to
stdout:steamLaunch Steam and enable its in-app debug console tab:
steam -consoleLaunch Steam without opening the GUI:
steam -silentEnable and open the Steam console tab in a running Steam instance:
steam steam://open/consoleLog into Steam with the specified credentials:
steam -login {{username}} {{password}}Launch Steam in Big Picture Mode:
steam -tenfootExit Steam:
steam -shutdownCode Snippets
Launch Steam, printing debug messages to `stdout`
steamLaunch Steam and enable its in-app debug console tab
steam -consoleLaunch Steam without opening the GUI
steam -silentEnable and open the Steam console tab in a running Steam instance
steam steam://open/consoleLog into Steam with the specified credentials
steam -login {{username}} {{password}}Context
tldr-pages: common/steam
Revisions (0)
No revisions yet.