|
48 | 48 | "onCommand:databricks.cli.startSync", |
49 | 49 | "onCommand:databricks.cli.startSyncFull", |
50 | 50 | "onCommand:databricks.cli.stopSync", |
| 51 | + "onCommand:databricks.cli.testBricksCli", |
51 | 52 | "onCommand:databricks.cluster.refresh", |
52 | 53 | "onCommand:databricks.cluster.filterByAll", |
53 | 54 | "onCommand:databricks.cluster.filterByMe", |
|
104 | 105 | "command": "databricks.cli.stopSync", |
105 | 106 | "title": "Databricks: Stop synchronization" |
106 | 107 | }, |
| 108 | + { |
| 109 | + "command": "databricks.cli.testBricksCli", |
| 110 | + "title": "Databricks: test bricks cli" |
| 111 | + }, |
107 | 112 | { |
108 | 113 | "command": "databricks.cluster.filterByAll", |
109 | 114 | "title": "All" |
|
267 | 272 | "scripts": { |
268 | 273 | "vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit", |
269 | 274 | "package": "vsce package", |
| 275 | + "package:cli:fetch": "bash ./scripts/fetch-latest-bricks-cli.sh $BRICKS_ARCH", |
| 276 | + "package:cli:release": "bash ./scripts/fetch-latest-bricks-cli.sh $BRICKS_ARCH", |
270 | 277 | "package:compile": "yarn run esbuild:base --minify", |
271 | 278 | "package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js", |
272 | 279 | "esbuild:base": "esbuild ./src/extension.ts --bundle --outfile=out/extension.js --external:vscode --format=cjs --platform=node", |
|
0 commit comments