Skip to content

Commit ea8a1d4

Browse files
committed
Update README for 0.22.1
1 parent eca340b commit ea8a1d4

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

README.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDU
2222
- [$ devopsdays-cli create speaker --help](#-devopsdays-cli-create-speaker---help)
2323
- [$ devopsdays-cli create event --help](#-devopsdays-cli-create-event---help)
2424
- [$ devopsdays-cli create sponsor --help](#-devopsdays-cli-create-sponsor---help)
25+
- [$ devopsdays-cli show speaker --help](#-devopsdays-cli-show-speaker---help)
26+
- [$ devopsdays-cli show talk --help](#-devopsdays-cli-show-talk---help)
2527
- [Reference](#reference)
2628
- [Matrix of commands](#matrix-of-commands)
2729
- [Contributing](#contributing)
@@ -161,6 +163,58 @@ Global Flags:
161163
-d, --debug enable debug mode
162164
```
163165
166+
#### $ devopsdays-cli show speaker --help
167+
```sh
168+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
169+
|d|e|v|o|p|s|d|a|y|s|-|c|l|i|
170+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
171+
172+
Show a speaker from an event.
173+
174+
Usage:
175+
devopsdays-cli show speaker [flags]
176+
177+
Examples:
178+
devopsdays-cli show speaker george-bluth
179+
devopsdays-cli show speaker --city new-york --year 2017 --all
180+
devopsdays-cli show speaker george-bluth -c "New York" --year "2017"
181+
182+
Flags:
183+
-a, --all show all
184+
-c, --city string city to use
185+
-h, --help help for speaker
186+
-y, --year string year to use
187+
188+
Global Flags:
189+
-d, --debug enable debug mode
190+
```
191+
192+
#### $ devopsdays-cli show talk --help
193+
```sh
194+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
195+
|d|e|v|o|p|s|d|a|y|s|-|c|l|i|
196+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
197+
198+
Show a speaker from an event.
199+
200+
Usage:
201+
devopsdays-cli show talk [flags]
202+
203+
Examples:
204+
devopsdays-cli show talk
205+
devopsdays-cli show talk --city new-york --year 2017 --all
206+
devopsdays-cli show talk -c "New York" --year "2017"
207+
208+
Flags:
209+
-a, --all show all NOT IMPLEMENTED
210+
-c, --city string city to use
211+
-h, --help help for talk
212+
-y, --year string year to use
213+
214+
Global Flags:
215+
-d, --debug enable debug mode
216+
```
217+
164218
165219
# Reference
166220

0 commit comments

Comments
 (0)