https://pulumi.com logo
Title
d

dazzling-author-49810

01/30/2022, 9:57 AM
hi, is there any way to perform operations on the stack with selection? eg: multiple resources and you want to delete only some etc? so something like during plan phase select stuff that only need to be deleted rather full stack
e

echoing-dinner-19531

01/30/2022, 10:46 AM
pulumi up --help
list the following two options which sounds like what you want:
-t, --target stringArray                    Specify a single resource URN to update. Other resources will not be updated. Multiple resources can be specified using --target urn1 --target urn2
--target-dependents                     Allows updating of dependent targets discovered but not specified in --target list
d

dazzling-author-49810

01/30/2022, 1:56 PM
thanks, thats awesome :-)