when I run `yarn start`, it prompts me with this: ...
# help
s
when I run
yarn start
, it prompts me with this:
Copy code
Look like you're running sst for the first time in this directory. Please enter a stage name you'd like to use locally. Or hit enter to use the one based on your AWS credentials (samh):
this is due to removing stage from sst.json. I’d maybe modify that message, as it’s confusing. should it instead say that
--stage
is required?
t
This is the new setting where users can specify a stage name locally that's used if --stage isn't specifically passed in
We should maybe call it out in that way
s
👍