data-api-builder
data-api-builder copied to clipboard
[Design Guide] Add new `dab configure` options
To supplement #2295 and the parent issue for new cli options: #2251, author instructions for other contributors to write code which adds new dab configure options. This doc should be in markdown and placed in the path <repo_root>/docs/design
e.g.
Cli project
- ConfigureOptions.cs
- ConfigGenerator.cs
Cli.Tests project
..
Service project
...
Configuration project
...