- 
                Notifications
    
You must be signed in to change notification settings  - Fork 18
 
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
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?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested