Skip to content

Commit 7a679d6

Browse files
docs: replace --skip-build with --skip-validation in app-management (#373)
The `databricks apps deploy --skip-build` flag has been replaced with `--skip-validation`. Update the example and description in the app management docs to reflect the current CLI flag. Signed-off-by: Tony Dang <tony@tonydang.com>
1 parent 2a6cc9c commit 7a679d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/app-management.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ databricks apps deploy --help
5656
databricks apps deploy --var="warehouse_id=abc123"
5757
```
5858

59-
- Skip the build step for faster iteration:
59+
- Skip validation for faster iteration:
6060

6161
```bash
62-
databricks apps deploy --skip-build
62+
databricks apps deploy --skip-validation
6363
```
6464

6565
- Force deploy (override Git branch validation):

0 commit comments

Comments
 (0)