mongo-service-aman
v2.0.0
Published
Run and stop MongoDB replica set services using CLI
Downloads
72
Readme
Mongo Service
A command-line interface (CLI) tool for managing MongoDB replica set services. Easily start and stop MongoDB services directly from your terminal.
Table of Contents
Usage
You can run the CLI commands directly using npm scripts or the command you set up after installing globally.
Commands
Start all MongoDB services:
npm run mongo-start
Stop all MongoDB services:
npm run mongo-stop
Note: Make sure run these commands in administrator mode