Skip to content

Commit f9b169d

Browse files
authored
Add anonymous project name (#365)
1 parent a9d5522 commit f9b169d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

environment.go

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import (
2222
"github.com/pulumi/esc/schema"
2323
)
2424

25+
const AnonymousProjectName = "<project>"
2526
const AnonymousEnvironmentName = "<yaml>"
2627

2728
type EnvExecContext interface {

0 commit comments

Comments
 (0)