mani is a CLI tool that helps you manage multiple repositories. It's useful when you are working with microservices, multi-project systems, many libraries or just a bunch of repositories and want a central place for pulling all repositories and running commands over them. You specify repository and commands in a config file and then run the commands over all or a subset of the repositories.
mani is a CLI tool that helps you manage multiple repositories. It's useful when you are working with microservices, multi-project systems, many libraries or just a bunch of repositories and want a central place for pulling all repositories and running commands over them. You specify repository and commands in a config file and then run the commands over all or a subset of the repositories.
To install mani, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mani
To see what files were installed by mani, run:
port contents mani
To later upgrade mani, run:
sudo port selfupdate && sudo port upgrade mani
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.