5.5 KiB
Table of Contents
About The Project
compose-viz
is a docker-compose/podman-compose graph visualization tool that allows you to gernerate graph in DOT format or .png
.
Getting Started
Installation
Using pip
pip install compose-viz
Using .whl
See releases.
Usage
cpv [OPTIONS] INPUT_PATH
Options
Option | Description |
---|---|
-o, --output-path |
Output path for the generated visualization file. [default: ./compose-viz.png] |
-m, --format [PNG,DOT] |
Output format for the generated visualization file. [default: PNG] |
-v, --version |
Show the version of compose-viz. |
--help |
Show help and exit. |
Example
cpv -o docker-compose-viz.png docker-compose.yml
Roadmap
- Support podman-compose.
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feat/amazing-feature
) - Commit your Changes with Conventional Commits
- Push to the Branch (
git push origin feat/amazing-feature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Author
- HSING-HAN, WU (Xyphuz)
- Mail me: xyphuzwu@gmail.com
- About me: https://about.xyphuz.com
- GitHub: https://github.com/wst24365888