In the seed.run documentation there is a section f...
# help
p
In the seed.run documentation there is a section for Trusted Builds. It explains how trusted builds are done using
serverless
framework. But I don't see equivalent
package
command in
SST
. Does SST provides
Trusted Builds
feature.
@thdxr @Frank any comments on this?
f
Hey @Pavan Kumar, ah yeah the trusted builds also apply for SST projects. Similar to
serverless package
, SEED runs
sst build
for SST projects for the downstream stages. These trusted builds are cached on SEED and used to generate the changeset when you promote.
Sorry for the confusion. The doc is a bit dated. I will get the team to have it updated.