-
Notifications
You must be signed in to change notification settings - Fork 17
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
Allow adding custom Domains to environments. #80
Comments
I've updated the issue with the new plan: New commands:
|
Ok, this seems to work!! I'd like to add more features in the future like DNS checks, but I think it's working well enough to close the issue. @jlyon: Check it out and let me know what you think!! |
Awesome! I'll take a look today |
This works great for me after I added Note for others, "add" comes after app and environment in the command:
so:
|
Config.php
to turn Domains into an array or list: https://github.com/terra-ops/terra-cli/blob/master/src/terra/Config.php#L82terra\Command\Environment\EnvironmentDomains
: "environment:domains".terra\Console\Application::getDefaultCommands()
terra\Factory\EnvironmentFactory::getDockerComposeArray()
The text was updated successfully, but these errors were encountered: