https://github.com/dgibbs64/steamcmd-commands-list
SteamCMD Commands List
https://github.com/dgibbs64/steamcmd-commands-list
steam steamcmd
Last synced: 3 months ago
JSON representation
SteamCMD Commands List
- Host: GitHub
- URL: https://github.com/dgibbs64/steamcmd-commands-list
- Owner: dgibbs64
- License: mit
- Created: 2015-05-09T11:00:52.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T00:11:27.000Z (4 months ago)
- Last Synced: 2025-03-28T07:06:24.919Z (4 months ago)
- Topics: steam, steamcmd
- Language: Shell
- Homepage:
- Size: 31.6 MB
- Stars: 212
- Watchers: 14
- Forks: 22
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# SteamCMD Commands List
## Description
SteamCMD does not have a "list all" command to get all command options within SteamCMD.
Instead you have to use `find `.
This script outputs all the commands available and saves it to a file.## List
You can get the output without using the script.
[steamcmd_commands.txt](https://github.com/dgibbs64/SteamCMD-Commands-List/blob/master/steamcmd_commands.txt)
> GitHub Actions checks daily for updates and posts them to this repo. So this list will always be up-to-date.
## Usage
Simply download the script and run it.
```bash
wget https://raw.githubusercontent.com/dgibbs64/SteamCMD-Commands-List/master/steamcmd_commands.sh
chmod +x steamcmd_commands.sh
./steamcmd_commands.sh
```