mirror of https://github.com/databricks/cli.git
314 B
314 B
docs-autogen
- Install Golang
- Run
go mod download
from the repo root - Run
make docs
from the repo - See generated document in
./bundle/internal/docs/docs.md
- To change descriptions update content in
./bundle/internal/schema/annotations.yml
and re-runmake docs