@@ -15,14 +15,12 @@ mongocli ops-manager process list
1515.. include:: /includes/styles/corrections.rst
1616
1717The ``process list`` command retrieves information about all running
18- :manual:`mongod </reference/program/mongod/#bin.mongod>` and
19- :manual:`mongos </reference/program/mongos/#bin.mongos>` processes for a
20- given |mms| project.
18+ |mongod| and |mongos| processes for a given |mms| project.
2119
22- Syntax
20+ Syntax
2321------
2422
25- .. code-block:: text
23+ .. code-block:: shell
2624
2725 mongocli ops-manager|om process list|ls
2826 [ --output|-o <output-format> ]
@@ -31,41 +29,44 @@ Syntax
3129
3230.. include:: /includes/fact-command-line-help.rst
3331
34- Options
32+ Options
3533-------
3634
3735.. list-table::
3836 :header-rows: 1
3937 :widths: 20 10 60 10
4038
41- * - Option
42- - Type
43- - Description
44- - Required?
39+ * - Option
40+ - Type
41+ - Description
42+ - Required?
4543
4644 * - ``--output``, ``-o``
47- - string
45+ - string
4846 - .. include:: /includes/extracts/fact-basic-options-output.rst
4947 - no
5048
5149 * - ``--profile``, ``-P``
5250 - string
53- - Name of the profile where the project ID and the |svc-api-key|\s
54- for the project are saved. If omitted, uses the {+default-profile+}.
55- To learn more about creating a profile, see :ref:`mcli-configure`.
51+ - Name of the profile where the project ID and the |svc-api-key|\s
52+ for the project are saved. If omitted, uses the
53+ {+default-profile+}.
54+
55+ To learn more about creating a profile, see
56+ :ref:`mcli-configure`.
5657 - no
5758
5859 * - ``--projectId``
5960 - string
60- - Unique identifier of the project that contains the cluster.
61- If omitted, uses the project ID in the profile or :ref:`environment
62- variable <mcli-env-var>`.
61+ - Unique identifier of the project that contains the cluster. If
62+ omitted, uses the project ID in the profile or
63+ :ref:`environment variable <mcli-env-var>`.
6364 - no
6465
6566.. _mcli-om-process-list-output:
6667
67- Output
68- ------
68+ Output
69+ ------
6970
7071.. include:: /includes/command-output-intro.rst
7172
@@ -77,10 +78,10 @@ MongoDB process within your |mms| project.
7778Example
7879-------
7980
80- The following example uses the ``mongocli ops-manager process list`` command
81- to retrieve information about MongoDB processes running on the project.
82- The command uses the {+default-profile+} where the project ID and the
83- |svc-api-key|\s are stored.
81+ The following example uses the ``mongocli ops-manager process list``
82+ command to retrieve information about MongoDB processes running on the
83+ project. The command uses the {+default-profile+} where the project ID
84+ and the |svc-api-key|\s are stored.
8485
8586.. code-block:: json
8687
0 commit comments