]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/mongocli/README.md
e245f2a4a47b79438ed8d9850fc58d28c0adf191
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / mongocli / README.md
1 # mongocli plugin
2
3 The plugin adds several aliases for common [mongocli](https://docs.mongodb.com/mongocli/stable/) commands.
4
5 To use it, add `mongocli` to the plugins array of your zshrc file:
6
7 ```zsh
8 plugins=(... mongocli)
9 ```
10
11 ## Aliases
12
13 | Alias    | Command                                                     | Description                                            |
14 |----------|-------------------------------------------------------------|--------------------------------------------------------|
15 | `ma`     | `mongocli atlas`                                            | Shortcut for mongocli Atlas commands.                  |
16 | `mcm`    | `mongocli cloud-manager`                                    | Shortcut for mongocli Cloud Manager commands.          |
17 | `mom`    | `mongocli ops-manager`                                      | Shortcut for mongocli Cloud Manager commands.          |
18 | `miam`   | `mongocli iam`                                              | Shortcut for mongocli IAM commands.                    |
19