Is there any shorthand/better way for `pulumi up -...
# general
e
Is there any shorthand/better way for
pulumi up --replace $urn && pulumi up
to replace a resource and update it's dependencies? I tried
--target-replacement $urn --target-dependents
but the dependents didn't get updated/replaced until I ran
pulumi up
again.