sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.12k stars 136 forks source link

Ion CLI no build command, how to audit deployments? #334

Closed martinbiard closed 2 months ago

martinbiard commented 2 months ago

I noticed that Ion CLI has no build command, only dev or deploy. With the current SST, it is possible to build your project, and deploy it in separate steps, making it possible to audit changes with sst diff between the new build and the existing deployment. I'm wondering how, with Ion, we can audit/approve changes to infrastructure during deployment, especially considering that you can deploy persistent resources (database, bucket, etc.) within your stack that cannot be easily restored in case of mistakes.

jayair commented 2 months ago

Yup on the roadmap, https://github.com/sst/ion/issues/68

Let's track it there.