David Garcia
04/05/2022, 2:30 PMthdxr
04/05/2022, 2:40 PMDavid Garcia
04/05/2022, 2:43 PMsst deploy stackname it will actually deploy something more along the lines of sst deploy stage-name-stackname where stage and name are coming from sst.json
Now, this is fine in most cases, but i'm having an emergent issue from a misnaming in our sst.json so now the deploys are pre-pending the stage and name and making it difficult to deploy a singular stack.
So, my question is, can i override the behavior of doing sst deploy stage-name-stackname to instead only take the stackname with no string manipulation whatsoverthdxr
04/05/2022, 2:44 PMthdxr
04/05/2022, 2:44 PMFrank
David Garcia
04/05/2022, 3:32 PMFrank
new ApiStack(app, "api", {stackName: "my-custom-dev-api-stack"});
Running sst deploy api should workFrank
Frank
David Garcia
04/05/2022, 3:37 PM