AppKit templates: add .env.tmpl for apps init --template execution#168
Open
pkosiec wants to merge 4 commits intodatabricks:mainfrom
Open
AppKit templates: add .env.tmpl for apps init --template execution#168pkosiec wants to merge 4 commits intodatabricks:mainfrom
apps init --template execution#168pkosiec wants to merge 4 commits intodatabricks:mainfrom
Conversation
Add .env.tmpl and .env.example.tmpl to each AppKit template so that `databricks apps init` generates .env for end users. Signed-off-by: Pawel Kosiec <pawel.kosiec@databricks.com>
Signed-off-by: Pawel Kosiec <pawel.kosiec@databricks.com>
These files are auto-generated by the appKitTypesPlugin Vite plugin during dev/build and should not be committed. Signed-off-by: Pawel Kosiec <pawel.kosiec@databricks.com>
Signed-off-by: Pawel Kosiec <pawel.kosiec@databricks.com>
3 tasks
apps init --template execution
MarioCadenas
approved these changes
Mar 26, 2026
keugenek
reviewed
Mar 27, 2026
keugenek
left a comment
There was a problem hiding this comment.
why are these duplicated in each plugin? can there be a root default one and if needed an overload in each (absent by default)
Member
Author
|
@keugenek every subdirectory of this repo is a separate, fully isolated template - you use it with the |
keugenek
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.env.tmpland.env.example.tmplto each AppKit template so thatdatabricks apps init --template ...generates.envfor end users.Related PR: databricks/appkit#201
Test plan
.env.tmpland.env.example.tmpldatabricks apps init --template <template>and confirmed.envis created with correct variables