mirror of https://github.com/databricks/cli.git
64fa2bfcb7 | ||
---|---|---|
.. | ||
README.md | ||
docs.go | ||
docs.md | ||
main.go |
README.md
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