my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
1.0 KiB

3 years ago
  1. # mongocli plugin
  2. The plugin adds several aliases for common [mongocli](https://docs.mongodb.com/mongocli/stable/) commands.
  3. To use it, add `mongocli` to the plugins array of your zshrc file:
  4. ```zsh
  5. plugins=(... mongocli)
  6. ```
  7. ## Aliases
  8. | Alias | Command | Description |
  9. |----------|-------------------------------------------------------------|--------------------------------------------------------|
  10. | `ma` | `mongocli atlas` | Shortcut for mongocli Atlas commands. |
  11. | `mcm` | `mongocli cloud-manager` | Shortcut for mongocli Cloud Manager commands. |
  12. | `mom` | `mongocli ops-manager` | Shortcut for mongocli Cloud Manager commands. |
  13. | `miam` | `mongocli iam` | Shortcut for mongocli IAM commands. |