railwayapp 4.37.4

Interact with Railway via CLI
1
2
3
4
5
6
7
8
query LatestDeployment($serviceId: String!, $environmentId: String!) {
  serviceInstance(environmentId: $environmentId, serviceId: $serviceId) {
    latestDeployment {
      id
      status
    }
  }
}