When using `$ steamcmd [..] +app_info_print <appid>` the output includes branch information, e.g. ``` { "740": { "common": { "name": "Counter-Strike Global Offensive - Dedicated Server", "type": "Tool", "oslist": "windows,linux", "gameid": "740" }, [...] "depots": { [...] "branches": { "public": { "buildid": "6185846", "timeupdated": "1612401231" }, "1.37.7.7": { "buildid": "6114110", "description": "1.37.7.7", "timeupdated": "1611875026" }, "1.37.7.8": { "buildid": "6148700", "description": "1.37.7.8", "timeupdated": "1611874917" }, [...] } } } } ``` Is it currently possible to retrieve the `buildid` for a specific branch currently using `steamctl`?
When using
$ steamcmd [..] +app_info_print <appid>the output includes branch information, e.g.Is it currently possible to retrieve the
buildidfor a specific branch currently usingsteamctl?