Skip to content

Commit 75c5c57

Browse files
authored
Add Toolbox Template (#200)
1 parent bc5f2cd commit 75c5c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbos/cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def init(
100100
) -> None:
101101
try:
102102

103-
git_templates = ["dbos-app-starter", "dbos-cron-starter"]
103+
git_templates = ["dbos-toolbox", "dbos-app-starter", "dbos-cron-starter"]
104104
templates_dir = get_templates_directory()
105105
templates = git_templates + [
106106
x.name for x in os.scandir(templates_dir) if x.is_dir()

0 commit comments

Comments
 (0)