Skip to content

Commit 6092595

Browse files
fix: render .env.example template in agentex init (#351)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0987fa8 commit 6092595

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/agentex/lib/cli/commands

src/agentex/lib/cli/commands/init.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def create_project_structure(
7575
# Create root files
7676
root_templates = {
7777
".dockerignore.j2": ".dockerignore",
78+
".env.example.j2": ".env.example",
7879
"manifest.yaml.j2": "manifest.yaml",
7980
"README.md.j2": "README.md",
8081
"environments.yaml.j2": "environments.yaml",

0 commit comments

Comments
 (0)