Skip to content

Commit b037211

Browse files
committed
Clarify --features warning to suggest apps init without --template
Co-authored-by: Isaac
1 parent 57c0e28 commit b037211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/apps/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ func runCreate(ctx context.Context, opts createOptions) error {
11721172
if !mandatory[p] {
11731173
log.Warnf(ctx, "Feature %q is not supported by this pre-rendered template and will be ignored."+
11741174
" Only .env will include its configuration."+
1175-
" To use all features dynamically, use the default AppKit template instead.", p)
1175+
" To use all features dynamically, run `databricks apps init` without --template.", p)
11761176
}
11771177
}
11781178
}

0 commit comments

Comments
 (0)