Skip to content

Commit 3844fb0

Browse files
committed
Update README
1 parent fdf62fb commit 3844fb0

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

README.e.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ brew install devopsdays/tap/devopsdays-cli
4040

4141
# Usage
4242

43-
#### $ {{exec "devopsdays-cli" | color "sh"}}
43+
#### $ {{exec "devopsdays-cli" "--help" | color "sh"}}
4444

4545
#### $ {{exec "devopsdays-cli" "create" "speaker" "--help"| color "sh"}}
4646

4747
#### $ {{exec "devopsdays-cli" "create" "event" "--help"| color "sh"}}
4848

49+
#### $ {{exec "devopsdays-cli" "create" "sponsor" "--help"| color "sh"}}
50+
4951

5052
# Reference
5153

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDU
1717
- [homebrew](#homebrew)
1818
- [via Go](#via-go)
1919
- [Usage](#usage)
20-
- [$ devopsdays-cli](#-devopsdays-cli)
20+
- [$ devopsdays-cli --help](#-devopsdays-cli---help)
2121
- [$ devopsdays-cli create speaker --help](#-devopsdays-cli-create-speaker---help)
2222
- [$ devopsdays-cli create event --help](#-devopsdays-cli-create-event---help)
23+
- [$ devopsdays-cli create sponsor --help](#-devopsdays-cli-create-sponsor---help)
2324
- [Reference](#reference)
2425
- [Matrix of commands](#matrix-of-commands)
2526
- [Contributing](#contributing)
@@ -56,7 +57,7 @@ go get github.com/devopsdays/devopsdays-cli
5657

5758
# Usage
5859

59-
#### $ devopsdays-cli
60+
#### $ devopsdays-cli --help
6061
```sh
6162
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
6263
|d|e|v|o|p|s|d|a|y|s|-|c|l|i|
@@ -69,6 +70,7 @@ built with love by mattstratton in Go.
6970
Complete documentation is available at https://github.com/devopsdays/devopsdays-cli
7071

7172
Usage:
73+
devopsdays-cli [flags]
7274
devopsdays-cli [command]
7375

7476
Available Commands:
@@ -135,6 +137,29 @@ Global Flags:
135137
-d, --debug enable debug mode
136138
```
137139

140+
#### $ devopsdays-cli create sponsor --help
141+
```sh
142+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
143+
|d|e|v|o|p|s|d|a|y|s|-|c|l|i|
144+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
145+
146+
Create a new sponsor file add the sponsor's image.
147+
The name argument must not contain any spaces.
148+
149+
Usage:
150+
devopsdays-cli create sponsor [name] [flags]
151+
152+
Examples:
153+
devopsdays-cli create sponsor
154+
devopsdays-cli create sponsor bluth-company
155+
156+
Flags:
157+
-h, --help help for sponsor
158+
159+
Global Flags:
160+
-d, --debug enable debug mode
161+
```
162+
138163
139164
# Reference
140165

0 commit comments

Comments
 (0)