Skip to content

Commit dc4ef4f

Browse files
committed
docs: document CLI version resolution in CONTRIBUTING.md
Signed-off-by: Pawel Kosiec <pawel.kosiec@databricks.com>
1 parent f42b850 commit dc4ef4f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,13 @@ pnpm docs:serve # Serve built docs
128128

129129
See [docs/README.md](./docs/README.md) for more details.
130130

131-
## CLI compatibility manifest
131+
## Version resolution in Databricks CLI
132132

133-
The [`cli-compat.json`](https://github.com/databricks/cli/blob/main/internal/build/cli-compat.json) manifest that maps CLI versions to compatible AppKit and Agent Skills versions lives in the [CLI repository](https://github.com/databricks/cli). See the CLI repo's contributing docs for update instructions.
133+
The Databricks CLI uses [`cli-compat.json`](https://github.com/databricks/cli/blob/main/internal/build/cli-compat.json)
134+
to determine which AppKit template version to use for `apps init`. The manifest maps
135+
CLI versions to compatible AppKit versions. It lives in the
136+
[CLI repository](https://github.com/databricks/cli) — see the
137+
[README](https://github.com/databricks/cli/blob/main/internal/build/README.md) for details.
134138

135139
## Adding or changing a resource type
136140

0 commit comments

Comments
 (0)