Hey guys, I have this command like others suggeste...
# sst
a
Hey guys, I have this command like others suggested, and works perfectly:
Copy code
"start": "AWS_PROFILE=development sst start --stage $USER"
The problem is some of my developers has $USER like
name.surname
, then the expression is not valid to name the stage or stack. Any suggestions?
t
We're about to release this
It'll make it so if
--stage
is not passed in, the user is prompted to enter a personal stage name (suggests an option generated from their IAM credential)
a
Interesting.
Once entered, is that stored?
t
Yeah we're creating a new folder called
.sst
(eventually want to stop using .build) which should be gitignored and it'll be stored there
a
Nice.
Awesome man.
Love it.