-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Feat: Support for adding Custom Domains with railway domain [domain] [-p | --port]
#571
Merged
coffee-cup
merged 9 commits into
railwayapp:master
from
alexng353:alex/add-custom-domains
Nov 19, 2024
Merged
[WIP] Feat: Support for adding Custom Domains with railway domain [domain] [-p | --port]
#571
coffee-cup
merged 9 commits into
railwayapp:master
from
alexng353:alex/add-custom-domains
Nov 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alexng353
force-pushed
the
alex/add-custom-domains
branch
from
November 4, 2024 09:05
e5322ed
to
7a58067
Compare
brody192
changed the title
Feat: CLI command to add a custom domain
[WIP] Feat: CLI command to add a custom domain
Nov 4, 2024
alexng353
changed the title
[WIP] Feat: CLI command to add a custom domain
[WIP] Feat: Support for adding Custom Domains with Nov 5, 2024
railway domain [domain]
Milo123459
reviewed
Nov 5, 2024
wip: custom domains feat: interactive custom domain creation chore: remove gql.json chore: remove testing file
chore: remove regex to check if domain is valid - use the backend instead
alexng353
force-pushed
the
alex/add-custom-domains
branch
from
November 6, 2024 19:09
af19202
to
6b3b14b
Compare
coffee-cup
approved these changes
Nov 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Just a few comments
alexng353
changed the title
[WIP] Feat: Support for adding Custom Domains with
[WIP] Feat: Support for adding Custom Domains with Nov 19, 2024
railway domain [domain]
railway domain [domain] [-p | --port port]
alexng353
changed the title
[WIP] Feat: Support for adding Custom Domains with
[WIP] Feat: Support for adding Custom Domains with Nov 19, 2024
railway domain [domain] [-p | --port port]
railway domain [domain] [-p | --port]
coffee-cup
approved these changes
Nov 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Usage:
railway domain [domain] [-p | --port]
Also can run interactively. Currently am unsure if it will work headless, but willing to test if that's necessary for this feature.The command runs entirely headlessly. If you are creating a custom domain in headless mode, I would recommend using the
--json
flag to get a clean JSON output of the DNS records.Note: I updated the GQL schema using the method provided in CONTRIBUTING.md, which can be reverted if the admin deems it necessary (for whatever reason).
Docs PR: railwayapp/docs#613
Fixes: #512