mirror of https://github.com/databricks/cli.git
Revert automation for bundle schema documentation generation (#1018)
## Changes Introduced in #1007 but doesn't work well yet. This will be automated again as part of #1012.
This commit is contained in:
parent
b5f34a1181
commit
5f88af54fd
|
@ -8,9 +8,6 @@
|
||||||
".codegen/cmds-account.go.tmpl": "cmd/account/cmd.go"
|
".codegen/cmds-account.go.tmpl": "cmd/account/cmd.go"
|
||||||
},
|
},
|
||||||
"toolchain": {
|
"toolchain": {
|
||||||
"required": ["go"],
|
"required": ["go"]
|
||||||
"post_generate": [
|
|
||||||
"go run main.go bundle schema --only-docs --output-file ./bundle/schema/docs/bundle_descriptions.json"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue