CLI application to manage microservices with docker-compose
Built with Typer
micromanager is a wrapper around compose, it allows you to define and manage multiple
systems, each with a multitude of compose projects.
The documentation for micromanager is hosted on maxcode123.github.io/micromanager/
pip install compose-micromanagerRun micromanager --help to make sure you've successfully installed micromanager.
After you've installed micromanager you'd want to create a configuration file at
$HOME/.config/micromanager/config.json:
mkdir -p $HOME/.config/micromanager/
touch $HOME/.config/micromanager/config.jsonEdit the config.json file as per your needs.
You can consult the config.json.example file to understand the format.
Once you're done with the configuration you can run micromanager --help to
see all the available commands.