mongoctl

Software Screenshot:
mongoctl
Software Details:
Version: 0.3.7
Upload Date: 20 Feb 15
Developer: The Mongolab Team
Distribution Type: Freeware
Downloads: 14

Rating: 1.0/5 (Total Votes: 1)

mongoctl is a lightweight command-line utility that simplifies the management of MongoDB servers and replica set clusters. It is particularly useful if you maintain many MongoDB environments with lots of configurations to manage.

Overview

Usage: mongoctl [< options >] < command > [< command-args >]

A utility that simplifies the management of MongoDB servers and replica set clusters.


Options:
 -h, --help show this help message and exit
 -v, --verbose make mongoctl more verbose
 -n, --noninteractive bypass prompting for user interaction
 --yes auto yes to all yes/no prompts
 --no auto no to all yes/no prompts
 --config-root CONFIGROOT
 path to mongoctl config root; defaults to ~/.mongoctl

Commands:
 Admin Commands:
 install - install MongoDB
 uninstall - uninstall MongoDB
 list-versions - lists all available MongoDB installations on this machine

 Server Commands:
 start - start a server
 stop - stop a server
 restart - restart a server
 status - retrieve status of server
 list-servers - show list of configured servers
 show-server - show server's configuration
 connect - open a mongo shell connection to a server

 Cluster Commands:
 configure-cluster - initiate or reconfigure a cluster
 list-clusters - show list of configured clusters
 show-cluster - show cluster's configuration


See 'mongoctl < command > --help' for more help on a specific command.

The core philosophy behind mongoctl is that all server and cluster configuration be defined declaratively as data, rather than procedurally as code or scripts. So, instead of typing shell commands with lots of options that you can never remember, or writing a bunch of shell scripts hard-coded with hosts, port numbers, and file-system paths, you simply define the universe of servers and clusters with JSON objects and pass them to mongoctl commands.

Requirements:

  • Python

Similar Software

PM Report
PM Report

20 Feb 15

MySQL Workbench
MySQL Workbench

17 Feb 15

Preppi
Preppi

3 Jun 15

RedQueryBuilder
RedQueryBuilder

28 Sep 15

Comments to mongoctl

Comments not found
Add Comment
Turn on images!