@@ -52,6 +52,20 @@ To check whether your operating system is compatible with the
52
52
53
53
sudo apt-get install gnupg
54
54
55
+ .. tab:: Chocolatey
56
+ :tabid: chocolatey
57
+
58
+ Complete the Prerequisites
59
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
60
+
61
+ To install the {+atlas-cli+} using Chocolatey, you must do the
62
+ following:
63
+
64
+ 1. Ensure that your system meets the `requirements
65
+ <https://docs.chocolatey.org/en-us/choco/setup#requirements>`__ for installing Chocolatey.
66
+ #. Install Chocolatey using ``cmd.exe`` or ``PowerShell.exe``. To
67
+ learn more, see `Installing Chocolatey <https://docs.chocolatey.org/en-us/choco/setup#installing-chocolatey>`__.
68
+
55
69
.. tab:: Download Binary
56
70
:tabid: download-binary
57
71
@@ -358,6 +372,23 @@ Follow These Steps
358
372
359
373
.. include:: /includes/steps-verify-atlas-cli.rst
360
374
375
+ .. tab:: Chocolatey
376
+ :tabid: chocolatey
377
+
378
+ .. procedure::
379
+
380
+ .. step:: Install the {+atlas-cli+}.
381
+
382
+ .. code-block:: shell
383
+
384
+ choco install mongodb-atlas
385
+
386
+ .. step:: When prompted, enter ``A`` to confirm installation.
387
+
388
+ .. step:: Close and reopen your terminal after the installation to see the changes in your path.
389
+
390
+ .. include:: /includes/steps-verify-atlas-cli.rst
391
+
361
392
.. tab:: Download Binary
362
393
:tabid: download-binary
363
394
@@ -495,6 +526,22 @@ method you used to install the {+atlas-cli+}:
495
526
496
527
.. include:: /includes/steps-verify-update-atlas-cli.rst
497
528
529
+ .. tab:: Chocolatey
530
+ :tabid: chocolatey
531
+
532
+ Follow These Steps
533
+ ~~~~~~~~~~~~~~~~~~
534
+
535
+ .. procedure::
536
+
537
+ .. step:: Install the {+atlas-cli+}.
538
+
539
+ .. code-block:: shell
540
+
541
+ choco upgrade mongodb-atlas
542
+
543
+ .. include:: /includes/steps-verify-update-atlas-cli.rst
544
+
498
545
.. tab:: Download Binary
499
546
:tabid: download-binary
500
547
0 commit comments