dcorefresh

0.5.0 • Public • Published

dcorefresh

Node based CLI tool for refreshing docker-compose services

asciicast

dcorefresh lets you update one or more docker-compose services through a simple CLI interface, so that you no longer will have to type a bunch of long service names. If more than one service is selected, then the services will be refreshed in parallel.

Refresh: The act of running stop, build and up on a docker-compose service. Yes, i made it up.

Installation and usage

In order to use dcorefresh, you will need to have docker-compose installed.

You can install dcorefresh by running the following command:
npm install -g dcorefresh

Now you can run it simply by doing:
dcorefresh
Now you will get a UI where you can choose the services that you want to refresh.

Note: make sure that you are in a directory with a docker-compose.yml file, or you will receive an error.

Options

  -r    Refreshes the last chosen services
  -l    Set length of page                  [number] [default: 20]

License

Licensed under MIT.

/dcorefresh/

    Package Sidebar

    Install

    npm i dcorefresh

    Weekly Downloads

    2

    Version

    0.5.0

    License

    MIT

    Unpacked Size

    6.27 kB

    Total Files

    6

    Last publish

    Collaborators

    • eliasjorgensen