- Notifications
You must be signed in to change notification settings - Fork84
MongoDB Atlas CLI and MongoDB CLI enable you to manage your MongoDB in the Cloud
License
mongodb/mongodb-atlas-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The MongoDB Atlas CLI is a modern command line interface that enables you to manage MongoDB Atlas from the terminal.
brew install mongodb-atlas-cli
SeeInstall or Update the Atlas CLI to see all the installation methods available.
Download the appropriate version for your platform fromAtlas CLI releases.After you download the library, you can run it from anywhere and don't need to install it into a global location.This works well for shared hosts and other systems where you don't have a privileged account.
You can place this binary somewhere in yourPATH
for ease of use./usr/local/bin
is the most probable location.
git clone https://github.com/mongodb/mongodb-atlas-cli.gitcd mongodb-atlas-cli
To buildatlascli
, run:
make build
The resultingatlas
binary is placed in./bin
.
To install theatlas
binary in$GOPATH/bin
, run:
make install
Note: runningmake build
is not needed when runningmake install
.
To get a list of available commands, runatlas help
or check our documentation for more details.
To useatlascli
, open your terminal, runatlas auth login
, and follow the prompted steps.
If you install viahomebrew no additional actions are needed.
To get specific instructions for your preferred shell, run:
atlas completion<bash|zsh|fish|powershell> --help
See ourCONTRIBUTING.md guide.
MongoDB Atlas CLI is released under the Apache 2.0 license. SeeLICENSE
About
MongoDB Atlas CLI and MongoDB CLI enable you to manage your MongoDB in the Cloud