Anybody know if it's possible/how to determine wha...
# sst
l
Anybody know if it's possible/how to determine what stage the deploy is running in during runtime? (as in, it could have picked up the stage from the
sst.json
file, or the
--stage
command line arg)
a
use
scope.stage
l
Bingo! Thanks 🙂