Commit d28a752
authored
apps: Surface init, manifest, validate, and dev-remote in --help (#5276)
## Summary
- Remove `Hidden: true` from four AppKit-related custom commands on
`databricks apps` so they appear under "Available Commands" in `--help`:
- `init` — initialize a new AppKit application from a template
- `manifest` — print the template plugin manifest
- `validate` — validate a Databricks App project
- `dev-remote` — run AppKit app locally with WebSocket bridge to remote
- All four are already implemented, documented, and invokable today —
hiding them just makes them undiscoverable through `apps --help`.
## Test plan
- [x] `go build` succeeds
- [x] `./cli apps --help` lists `init`, `manifest`, `validate`, and
`dev-remote` under "Available Commands"
- [x] `./cli apps <cmd> --help` still works for each (unchanged)
Note: I left the `*-space` / `*-app-thumbnail` workspace API commands
hidden — those are auto-generated and explicitly gated as
PRIVATE_PREVIEW, separate concern.
This pull request and its description were written by Isaac.1 parent 865d695 commit d28a752
4 files changed
Lines changed: 8 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
| 123 | + | |
| 124 | + | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
| 84 | + | |
| 85 | + | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
| 99 | + | |
| 100 | + | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments