railwayapp / cli

Railway CLI
https://railway.app
MIT License
321 stars 83 forks source link

[WIP] Feat: Support for adding Custom Domains with `railway domain [domain]` #571

Open alexng353 opened 1 week ago

alexng353 commented 1 week ago

Usage: railway custom-domain [-d | --domain domain]

Also can run interactively. Currently am unsure if it will work headless, but willing to test if that's necessary for this feature.

Note: I updated the GQL schema using the provided method in CONTRIBUTING.md, can be reverted if admin deems it necessary (for whatever reason).

Fixes: #512

image image