MongoDB CLI enables you to manage your MongoDB services from the terminal. From one-line commands to interact with Ops manager or Cloud manager to automating management tasks for your deployments.
MongoDB CLI enables you to manage your MongoDB services from the terminal. From one-line commands to interact with Ops manager or Cloud manager to automating management tasks for your deployments.
To install mongocli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mongocli
To see what files were installed by mongocli, run:
port contents mongocli
To later upgrade mongocli, run:
sudo port selfupdate && sudo port upgrade mongocli
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.