data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

[Design Guide] Add new `dab configure` options

Open seantleonard opened this issue 1 year ago • 0 comments

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

  1. ConfigureOptions.cs
  2. ConfigGenerator.cs

Cli.Tests project

..

Service project

...

Configuration project

...

seantleonard avatar Jul 12 '24 20:07 seantleonard