sst / ion

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

Docs: CLI target flag #420

Open jayair opened 1 month ago

jayair commented 1 month ago

Added to remove, refresh, and deploy.

creaux commented 5 days ago

Hello @jayair how is this flag actually working.

Assuming following config

new sst.aws.Astro('FirstAstro', {...});
new sst.aws.Astro('SecondAstro, {...});

How is meant to be target used sst deploy --target SecondAstro?

Can you please give some clarity? I need to filter provision only of particular components. Is that even possible at the moment?