Skip to content

Commit 327a4c5

Browse files
(DOCSP-13676): Add --force flag for CM/OM delete dbuser
1 parent 6c2a4a3 commit 327a4c5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

source/reference/cloud-manager/dbuser-delete.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Syntax
2727

2828
mongocli cloud-manager dbuser delete <username>
2929
[ --authDB ]
30+
[ --force ]
3031
[ --output|-o <output-format> ]
3132
[ --profile|-P <profile-name> ]
3233
[ --projectId <project-ID> ]
@@ -50,6 +51,12 @@ Options
5051
``admin``.
5152
- no
5253

54+
* - ``--force``
55+
-
56+
- Flag that indicates that the user can
57+
be deleted without requiring confirmation.
58+
- no
59+
5360
* - ``--output``, ``-o``
5461
- string
5562
- .. include:: /includes/extracts/fact-basic-options-output.rst

source/reference/ops-manager/dbuser-delete.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Syntax
2626
.. code-block:: text
2727

2828
mongocli ops-manager dbuser delete <username>
29-
--authDB
29+
[ --authDB ]
30+
[ --force ]
3031
[ --output|-o <output-format> ]
3132
[ --profile|-P <profile-name> ]
3233
[ --projectId <project-ID> ]
@@ -50,6 +51,12 @@ Options
5051
``admin``.
5152
- no
5253

54+
* - ``--force``
55+
-
56+
- Flag that indicates that the user can
57+
be deleted without requiring confirmation.
58+
- no
59+
5360
* - ``--output``, ``-o``
5461
- string
5562
- .. include:: /includes/extracts/fact-basic-options-output.rst

0 commit comments

Comments
 (0)