No description
Find a file
2022-05-18 16:37:43 +08:00
.github/workflows chore: add graphviz in ci/cd workflows 2022-05-17 02:36:41 +08:00
compose_viz chore: implement TypeError in init of Extends 2022-05-18 15:26:03 +08:00
tests test: update test_service_init 2022-05-18 16:37:43 +08:00
.gitignore chore: add .gitignore 2022-05-03 19:42:58 +08:00
LICENSE chore: add LICENSE 2022-05-02 16:17:17 +08:00
poetry.lock chore: add ruamel.yaml in dependency 2022-05-17 02:24:04 +08:00
pyproject.toml chore: add ruamel.yaml in dependency 2022-05-17 02:24:04 +08:00
README.md chore: update README.md 2022-05-15 19:24:36 +08:00


compose-viz


Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

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.

(back to top)

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

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feat/amazing-feature)
  3. Commit your Changes with Conventional Commits
  4. Push to the Branch (git push origin feat/amazing-feature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Author

(back to top)