https://github.com/ghostbuster91/dcl-fast-switcher
A tool to quickly switch between logs from docker-compose
https://github.com/ghostbuster91/dcl-fast-switcher
command-line-tool docker docker-compose java kotlin
Last synced: about 2 months ago
JSON representation
A tool to quickly switch between logs from docker-compose
- Host: GitHub
- URL: https://github.com/ghostbuster91/dcl-fast-switcher
- Owner: ghostbuster91
- License: mit
- Created: 2018-11-04T09:30:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T20:07:50.000Z (over 7 years ago)
- Last Synced: 2026-01-27T18:47:55.377Z (5 months ago)
- Topics: command-line-tool, docker, docker-compose, java, kotlin
- Language: Kotlin
- Size: 87.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DCL-Fast-Switcher
Stands for docker-compose logs fast switcher
## Installation
Using [ktm](https://github.com/ghostbuster91/ktm)
`$ ktm install com.github.ghostbuster91:dcl-fast-switcher --version 0.2`
## Usage
1. Start some docker compose `docker-compose up`
2. Within the same directory start fast switcher `dcl-fast-switcher docker-config.yml`
- you can omit the parameter if your docker-config is named as `docker-compose.yml`
3. At the begging a key to service mapping will be presented:
```
Services mapping:
0 -> some service
1 -> other service
2 -> one more service
3 -> and so on...
```
4. To switch between services just press relevant key
5. Additional you can concat streams using alt key, and split them using shift key