]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/mongocli/README.md
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / mongocli / README.md
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/mongocli/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/mongocli/README.md
deleted file mode 100644 (file)
index e245f2a..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# mongocli plugin
-
-The plugin adds several aliases for common [mongocli](https://docs.mongodb.com/mongocli/stable/) commands.
-
-To use it, add `mongocli` to the plugins array of your zshrc file:
-
-```zsh
-plugins=(... mongocli)
-```
-
-## Aliases
-
-| Alias    | Command                                                     | Description                                            |
-|----------|-------------------------------------------------------------|--------------------------------------------------------|
-| `ma`     | `mongocli atlas`                                            | Shortcut for mongocli Atlas commands.                  |
-| `mcm`    | `mongocli cloud-manager`                                    | Shortcut for mongocli Cloud Manager commands.          |
-| `mom`    | `mongocli ops-manager`                                      | Shortcut for mongocli Cloud Manager commands.          |
-| `miam`   | `mongocli iam`                                              | Shortcut for mongocli IAM commands.                    |
-