We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I seem to be having issues cloning repos occasionally #79.
After I do this, I will instinctively run
terra e:e drupal local
Which will try to run docker build and will write this to the ~/.terra/terra
~/.terra/terra
environments: '': url: 'http://localhost:32782' name: null
Any future terra commands give a fatal error until I manually edit~/.terra/terra .
[Exception] There is an error with your configuration: The child node "path" at path "project.apps.popline.environments." must be configured.
Ideally, we should check to see that the environment exists before enabling it.
The text was updated successfully, but these errors were encountered:
This also happens if you're typing too fast, ie
terra e:e ui local
Sorry, something went wrong.
No branches or pull requests
I seem to be having issues cloning repos occasionally #79.
After I do this, I will instinctively run
Which will try to run docker build and will write this to the
~/.terra/terra
Any future terra commands give a fatal error until I manually edit~/.terra/terra .
Ideally, we should check to see that the environment exists before enabling it.
The text was updated successfully, but these errors were encountered: