railwayapp 0.0.2

Interact with Railway via CLI
1
2
3
4
5
6
subscription BuildLogs($deploymentId: String!) {
	buildLogs(deploymentId: $deploymentId) {
		message
		timestamp
	}
}