How to supress this error Warning: Setting the sta...
# help
s
How to supress this error Warning: Setting the stage in the "sst.json" will be deprecated soon. how to set my stage in latest version.
t
remove stage from
sst.json
f
Yup, to elaborate on this, the steps are: 1. Remove
stage
from
sst.json
2. When running any sst command again, u will be prompted to enter a stage name. Enter the same stage name used in
sst.json
3. The stage name is stored in
.sst/stage
, and is only specific to u (ie. git ignored).