This project builds a master list of console commands and variables in CS:GO. It consists a SourceMod plugin that, on map load, exports all server variables and commands and then exits.
SourceMod plugin that exports all cvars in an HTML format on server start, and then quits. Cvars are exported to csgo/cvars-$VERSION.txt. Based on a plugin by MCPAN.
Edit the path to your CS:GO installation at the top of the Makefile, then simply make && make install.