Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
756dfa2
Add Lakebox CLI for managing Databricks sandbox environments
shuochen0311 Apr 10, 2026
c20c6df
Remove KEY column from list, add register-key command
shuochen0311 Apr 13, 2026
f8f8cc1
Simplify SSH flow: register command, direct SSH args, remove config w…
shuochen0311 Apr 14, 2026
4b41861
Auto-register SSH key after auth login, fix login hook matching
shuochen0311 Apr 14, 2026
df599e9
Support passthrough args and remote commands in lakebox ssh
shuochen0311 Apr 14, 2026
cd25797
Fix workspace client init after login, persist last profile
Apr 14, 2026
81e6f6f
Merge pull request #1 from kelvich/lakebox-cli
kelvich Apr 15, 2026
ebda5a0
Merge fork changes + add SSH passthrough args support
shuochen0311 Apr 15, 2026
c1168a4
Add consistent terminal UI: spinners, colors, aligned output
shuochen0311 Apr 16, 2026
f9de788
Fix CLI to match new lakebox API contract
shuochen0311 Apr 29, 2026
97e916e
Update CLI to lakebox sandbox/ssh-keys API surface
shuochen0311 Apr 30, 2026
46642d1
Show auto-stop policy in lakebox list and status
shuochen0311 May 1, 2026
412ff70
Add lakebox config command for setting auto-stop policy
shuochen0311 May 1, 2026
03a6240
Rename persist → no_autostop and document auto-clear behavior
shuochen0311 May 1, 2026
8cfe3bb
Switch idle_timeout wire type to google.protobuf.Duration
shuochen0311 May 1, 2026
b87b712
[lakebox] Support staging workspaces in CLI ssh + api routing
shuochen0311 May 2, 2026
b65a733
Merge PR #4930: Add Lakebox CLI for managing Databricks sandbox envir…
pietern May 8, 2026
86b4295
lakebox: integrate as a 'databricks lakebox' subcommand
pietern May 8, 2026
ea75d2c
lakebox: rewrite ui.go on top of cmdio
pietern May 6, 2026
49cdfc3
lakebox: replace local ANSI consts with cmdio color helpers
pietern May 6, 2026
43807fa
cmdio: add Bold and Dim color helpers; restore lakebox parity
pietern May 6, 2026
205edce
lakebox: restore status('creating') bold and field column alignment
pietern May 6, 2026
f66fe2a
lakebox: drop unix-only exec_unix.go and runtime.GOOS branch
pietern May 7, 2026
102f279
lakebox: use libs/execv for ssh process replacement
pietern May 7, 2026
08a56be
lakebox: rewrite api.go on top of the SDK ApiClient
pietern May 7, 2026
205d545
lakebox: make spinner Close() idempotent; defer it at every spin site
pietern May 7, 2026
d356344
lakebox: hold cmdio spinner via interface; drop redundant 'finished' …
pietern May 7, 2026
e6e461f
lakebox: expose Update through the spinner wrapper
pietern May 7, 2026
adb7d73
lakebox: validate saved default before reusing it on ssh
pietern May 7, 2026
a6eece8
lakebox: add unit tests for state.go
pietern May 7, 2026
bd72f85
lakebox: add keyHash helper matching the server's algorithm
pietern May 7, 2026
4d4ca9e
lakebox: simplify keyHash with strings.SplitSeq; correct doc comment
pietern May 7, 2026
9b696ba
lakebox: simplify keyHash to byte iteration
pietern May 7, 2026
34aaad6
lakebox: correct misleading comment on keyHash test inputs
pietern May 7, 2026
4df1daf
lakebox: drop superfluous TestKeyHashIsStableLength
pietern May 7, 2026
670f66e
lakebox: align org-ID header with the rest of the codebase
pietern May 8, 2026
f6f28eb
lakebox: skip state file writes when nothing changed
pietern May 8, 2026
5807f24
lakebox: hide the subcommand from the top-level help listing
pietern May 8, 2026
29b16f9
Merge branch 'main' into demo-lakebox
pietern May 11, 2026
33f949d
lakebox: skip Unix perm assertions in state test on Windows
pietern May 11, 2026
40b66ad
lakebox: fix CreateSandbox wire format, paginate list, surface name
pietern May 18, 2026
9439c8a
lakebox: add ssh-key list/delete, default register --name, fix list n…
akshaysingla-db May 20, 2026
23861c7
[lakebox] Default staging SSH gateway to ue1.s.dbrx.dev (#5289)
akshaysingla-db May 20, 2026
4714f92
Merge branch 'main' into demo-lakebox
akshaysingla-db May 21, 2026
5eb3f99
lakebox: add stop command (#5291)
akshaysingla-db May 21, 2026
db3e3b9
lakebox: read SSH gateway host from Sandbox response, cache per profi…
akshaysingla-db May 22, 2026
f874894
lakebox: add start command, fail-fast on unknown sandbox in ssh (#5309)
akshaysingla-db May 22, 2026
44caa6a
lakebox: show "never" when server has no idle_timeout (#5321)
akshaysingla-db May 24, 2026
2d60a10
lakebox: fixes from Mitch's bug bash on demo-lakebox (#5350)
akshaysingla-db May 27, 2026
10da4bc
lakebox: URL-encode sandbox/key IDs in path segments (#5351)
akshaysingla-db May 27, 2026
43282f4
lakebox: shorten ssh "stopped sandbox" notice (#5352)
akshaysingla-db May 27, 2026
fd6387d
lakebox: switch state_test empty-string assertions to assert.Empty (#…
akshaysingla-db May 27, 2026
a9812bb
lakebox: prompt before delete; --auto-approve to skip (#5358)
akshaysingla-db May 28, 2026
6110948
bugbash: add install.sh — persistent install of demo-lakebox snapshot…
akshaysingla-db May 28, 2026
b14f692
Merge remote-tracking branch 'origin/main' into demo-lakebox
pietern May 28, 2026
221bae3
Merge remote-tracking branch 'origin/main' into demo-lakebox
pietern May 28, 2026
51b669a
lakebox: tab completion for sandbox IDs and ssh-key hashes (#5310)
akshaysingla-db May 29, 2026
60997ef
lakebox: resolve names → IDs from local cache (#5371)
akshaysingla-db May 29, 2026
524846b
Akshay/lakebox bugbash followups (#5372)
akshaysingla-db May 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
"github.com/databricks/cli/cmd/experimental"
"github.com/databricks/cli/cmd/fs"
"github.com/databricks/cli/cmd/labs"
"github.com/databricks/cli/cmd/lakebox"
"github.com/databricks/cli/cmd/pipelines"
"github.com/databricks/cli/cmd/root"
"github.com/databricks/cli/cmd/selftest"
Expand Down Expand Up @@ -121,6 +122,7 @@ func New(ctx context.Context) *cobra.Command {
cli.AddCommand(configure.New())
cli.AddCommand(fs.New())
cli.AddCommand(labs.New(ctx))
cli.AddCommand(lakebox.New())
cli.AddCommand(sync.New())
cli.AddCommand(version.New())
cli.AddCommand(selftest.New())
Expand Down
1 change: 1 addition & 0 deletions cmd/fuzz_panic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ func isAutoGenerated(leaf leafCommand) bool {
"configure": true,
"experimental": true,
"labs": true,
"lakebox": true,
"pipelines": true,
"psql": true,
"selftest": true,
Expand Down
Loading
Loading