railwayapp 3.0.19

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