You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apps: Surface init, manifest, validate, and dev-remote in --help (databricks#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.
0 commit comments