.. _mongocli:

========
mongocli
========

.. default-domain:: mongodb

.. contents:: On this page
   :local:
   :backlinks: none
   :depth: 1
   :class: singlecol

CLI tool to manage your MongoDB Cloud

Use mongocli command help for information on a specific command

Options
-------

.. list-table::
   :header-rows: 1
   :widths: 20 10 10 60

   * - Name
     - Type
     - Required
     - Description
   * - -h, --help
     - 
     - false
     - help for mongocli
   * - -P, --profile
     - string
     - false
     - Name of the profile to use from your configuration file. To learn about profiles for MongoCLI, see https://dochub.mongodb.org/core/atlas-cli-configuration-file.

Examples
--------

.. code-block::
   :copyable: false

   # Display the help menu for the config command:
   mongocli config --help

Related Commands
----------------

* :ref:`mongocli-auth` - Manage the CLI's authentication state.
* :ref:`mongocli-cloud-manager` - MongoDB Cloud Manager operations.
* :ref:`mongocli-completion` - Generate the autocompletion script for the specified shell
* :ref:`mongocli-config` - Configure and manage your user profiles.
* :ref:`mongocli-iam` - Organization and projects operations.
* :ref:`mongocli-ops-manager` - MongoDB Ops Manager operations.


.. toctree::
   :titlesonly:

   auth </command/mongocli-auth>
   cloud-manager </command/mongocli-cloud-manager>
   completion </command/mongocli-completion>
   config </command/mongocli-config>
   iam </command/mongocli-iam>
   ops-manager </command/mongocli-ops-manager>

