Skip to content

Commit 472f05d

Browse files
fjakobsclaude
andauthored
Add apps import command (#4293)
## Summary Add `databricks apps import` command. Import an app created in the workspace with a single command This command combines: 1. bundle init 2. bundle generate app 3. bundle deployment bind 4. bundle deploy 5. bundle run app The generated `databricks.yml` is minimal and optimized for single app bundles. https://github.com/user-attachments/assets/980841d9-e93d-4e0b-92e0-966a45e468ab --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 3a5bdc8 commit 472f05d

File tree

3 files changed

+957
-0
lines changed

3 files changed

+957
-0
lines changed

cmd/apps/apps.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ func Commands() []*cobra.Command {
1515
newLogsCommand(),
1616
newRunLocal(),
1717
newValidateCmd(),
18+
newImportCommand(),
1819
}
1920
}

0 commit comments

Comments
 (0)