We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d5522 commit f9b169dCopy full SHA for f9b169d
environment.go
@@ -22,6 +22,7 @@ import (
22
"github.com/pulumi/esc/schema"
23
)
24
25
+const AnonymousProjectName = "<project>"
26
const AnonymousEnvironmentName = "<yaml>"
27
28
type EnvExecContext interface {
0 commit comments