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 3
3
4
4
` mcli ` is a tool for managing your MongoDB cloud services
5
5
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 )
7
7
8
8
# Installing
9
9
## Binary
@@ -20,7 +20,7 @@ Ideally, you should install it somewhere in your PATH for easy use. `/usr/local/
20
20
- [ Git] ( https://git-scm.com/ )
21
21
- [ Go (at least Go 1.13)] ( https://golang.org/dl/ )
22
22
23
- ## Fetch from GitHub
23
+ ### Fetch from GitHub
24
24
The easiest way to get started is to clone ` mcli ` and install with go:
25
25
26
26
``` bash
@@ -29,16 +29,16 @@ cd mcli
29
29
make install
30
30
```
31
31
32
- # Usage
32
+ ## Usage
33
33
34
34
Run ` mcli help ` for a list of available commands
35
35
36
- ## Authentication
36
+ ### Authentication
37
37
Run ` mcli config ` to set up a profile.
38
38
39
39
You can also use ` MCLI_OPS_MANAGER_URL ` , ` MCLI_PUBLIC_API_KEY ` , and ` MCLI_PRIVATE_API_KEY ` to define some of the authentication variables
40
40
41
- ## ZSH Completion (experimental)
41
+ ### ZSH Completion (experimental)
42
42
Add the following to your ` .zshrc ` file
43
43
44
44
``` bash
You can’t perform that action at this time.
0 commit comments