0.1.0 • Published 6 years ago

blackfish v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

blackfish

docker-compose cli extensions

Build Status semantic-release JavaScript Style Guide

install

npm install -g blackfish

usage

blackfish installs with two executables, blackfish, or bf for short.

run blackfish to glob up your compose files and run a subset of compose services.

blackfish will create a new compose file based on your selection, and proxy the rest of your command off to docker-compose.

$ bf --help

  docker* cli extensions

  Usage
    $ bf

  Options
    --compose, -c docker-compose
    --interactive, -i  interactive docker-compose
    --files, -f compose files

  Examples
    $ bf -ci -- up
    $ bf -ci -f docker-compose.yml,docker-compose.dev.yml -- up

warning

  • alpha software! ;)
0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago