1.0.2 • Published 8 years ago
dcpull v1.0.2
dcpull
This is a little script that will run docker-compose pull SERVICE command and pull all of it's dependencies too.
Usage
Install the script
npm -g install dcpull
# or
yarn global add dcpullGo to a directory with docker-compose.yml file and run:
dcpull service-name # replace this with actual nameScript will show you all dependencies that will be pulled, you can say yes to continue and pull everything.