Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cmd/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ Examples:
for k, v := range project.Secrets {
fmt.Fprintf(of, "%s=%s\n", k, v)
}
// Add the required Agentuity SDK and project keys
fmt.Fprintf(of, "AGENTUITY_SDK_KEY=%s\n", apiKey)
fmt.Fprintf(of, "AGENTUITY_PROJECT_KEY=%s\n", project.ProjectKey)
of.Close()
tui.ShowSuccess("Synchronized project to .env file: %s", tui.Muted(filename))
}
Comment thread
pec1985 marked this conversation as resolved.
Expand Down
Loading