i was hoping i could run $pod install <podName>
and be able to install ONLY that pod, but this doesn't seem to work. is there a way to accomplish this?
The install
command has something that works in this very way (e.g. $pod update <podName>
. Is there an install
equivalent?