railwayapp 4.30.4

Interact with Railway via CLI
1
2
3
4
5
mutation VariableDelete($projectId: String!, $environmentId: String!, $name: String!, $serviceId: String) {
  variableDelete(
    input: {projectId: $projectId, environmentId: $environmentId, name: $name, serviceId: $serviceId}
  )
}