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
It would be handy to provide goa with a mechanism to load configuration from file.
The text was updated successfully, but these errors were encountered:
goa.yml could look like this
output_dir: skip_dirs: - .git logger: level: DEBUG alias: build: go build run: go run test: go test
This file could be generated by just running goa init . An a goa.yaml with default values would be created
goa init
Sorry, something went wrong.
feature/v0.0.2
Done in branch feature/v0.0.2
No branches or pull requests
It would be handy to provide goa with a mechanism to load configuration from file.
The text was updated successfully, but these errors were encountered: