File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 27
27
28
28
mongocli cloud-manager dbuser delete <username>
29
29
[ --authDB ]
30
+ [ --force ]
30
31
[ --output|-o <output-format> ]
31
32
[ --profile|-P <profile-name> ]
32
33
[ --projectId <project-ID> ]
@@ -50,6 +51,12 @@ Options
50
51
``admin``.
51
52
- no
52
53
54
+ * - ``--force``
55
+ -
56
+ - Flag that indicates that the user can
57
+ be deleted without requiring confirmation.
58
+ - no
59
+
53
60
* - ``--output``, ``-o``
54
61
- string
55
62
- .. include:: /includes/extracts/fact-basic-options-output.rst
Original file line number Diff line number Diff line change 26
26
.. code-block:: text
27
27
28
28
mongocli ops-manager dbuser delete <username>
29
- --authDB
29
+ [ --authDB ]
30
+ [ --force ]
30
31
[ --output|-o <output-format> ]
31
32
[ --profile|-P <profile-name> ]
32
33
[ --projectId <project-ID> ]
@@ -50,6 +51,12 @@ Options
50
51
``admin``.
51
52
- no
52
53
54
+ * - ``--force``
55
+ -
56
+ - Flag that indicates that the user can
57
+ be deleted without requiring confirmation.
58
+ - no
59
+
53
60
* - ``--output``, ``-o``
54
61
- string
55
62
- .. include:: /includes/extracts/fact-basic-options-output.rst
You can’t perform that action at this time.
0 commit comments