https://github.com/cdaringe/blackfish
docker-compose cli extensions
https://github.com/cdaringe/blackfish
Last synced: 5 months ago
JSON representation
docker-compose cli extensions
- Host: GitHub
- URL: https://github.com/cdaringe/blackfish
- Owner: cdaringe
- License: mit
- Created: 2018-01-08T05:35:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T10:18:14.000Z (almost 2 years ago)
- Last Synced: 2025-10-20T01:21:06.242Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blackfish
docker-compose cli extensions 
[](https://travis-ci.org/cdaringe/blackfish) [](https://github.com/semantic-release/semantic-release) [](https://standardjs.com) [](https://greenkeeper.io/)
## 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`.

```sh
$ 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! ;)