Skip to content
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

Load configuration from file #5

Closed
ivancorrales opened this issue Nov 16, 2019 · 3 comments
Closed

Load configuration from file #5

ivancorrales opened this issue Nov 16, 2019 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@ivancorrales
Copy link
Member

It would be handy to provide goa with a mechanism to load configuration from file.

@ivancorrales
Copy link
Member Author

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

@ivancorrales ivancorrales added this to the v0.0.2 milestone Nov 22, 2019
@ivancorrales ivancorrales added the enhancement New feature or request label Nov 22, 2019
@ivancorrales
Copy link
Member Author

feature/v0.0.2

@ivancorrales
Copy link
Member Author

Done in branch feature/v0.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant