is there a variable or some other way I can find f...
# help
j
is there a variable or some other way I can find from within a stack if it is currently being executed on prod or dev?
m
scope.local
f
Yeah
app.local
to be more exact.
j
that works as long as I only have dev and prod, but what if I added another environment? Is stage available?
f
Ah yeah
app.stage
.