Skip to content

Get information for specific branch #26

@strafe

Description

@strafe

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

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions