File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
44` mcli ` is a tool for managing your MongoDB cloud services
55
6- ![ Screenshot 2020-01-03 at 10 49 27] ( https://user-images.githubusercontent.com/461027/71719742-2e0dc000-2e17 -11ea-885c-385a80aea95a .png )
6+ ![ Screenshot 2020-01-03 at 10 49 27] ( https://user-images.githubusercontent.com/461027/73472371-d6656480-4382 -11ea-8bfb-535d91cf1fb4 .png )
77
88# Installing
99## Binary
@@ -20,7 +20,7 @@ Ideally, you should install it somewhere in your PATH for easy use. `/usr/local/
2020- [ Git] ( https://git-scm.com/ )
2121- [ Go (at least Go 1.13)] ( https://golang.org/dl/ )
2222
23- ## Fetch from GitHub
23+ ### Fetch from GitHub
2424The easiest way to get started is to clone ` mcli ` and install with go:
2525
2626``` bash
@@ -29,16 +29,16 @@ cd mcli
2929make install
3030```
3131
32- # Usage
32+ ## Usage
3333
3434Run ` mcli help ` for a list of available commands
3535
36- ## Authentication
36+ ### Authentication
3737Run ` mcli config ` to set up a profile.
3838
3939You can also use ` MCLI_OPS_MANAGER_URL ` , ` MCLI_PUBLIC_API_KEY ` , and ` MCLI_PRIVATE_API_KEY ` to define some of the authentication variables
4040
41- ## ZSH Completion (experimental)
41+ ### ZSH Completion (experimental)
4242Add the following to your ` .zshrc ` file
4343
4444``` bash
You can’t perform that action at this time.
0 commit comments