railwayapp 3.17.1

Interact with Railway via CLI
1
2
3
4
5
6
subscription Deployment($id: String!) {
  deployment(id: $id) {
    id
    status
  }
}