Skip to content

Commit 8498b46

Browse files
committed
Update README for 0.14.0
1 parent 8a660a2 commit 8498b46

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

README.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Command-line utilities for the [devopsdays](https://www.devopsdays.org) website
1414
- [via Go](#via-go)
1515
- [Usage](#usage)
1616
- [$ devopsdays-cli](#-devopsdays-cli)
17+
- [$ devopsdays-cli create speaker --help](#-devopsdays-cli-create-speaker---help)
18+
- [Reference](#reference)
19+
- [Matrix of commands](#matrix-of-commands)
1720
- [History](#history)
1821
- [How to release](#how-to-release)
1922
- [Tools needed for release](#tools-needed-for-release)
@@ -44,12 +47,10 @@ go get github.com/devopsdays/devopsdays-cli
4447

4548
#### $ devopsdays-cli
4649
```sh
47-
_ _ _ _
48-
__| | _____ _____ _ __ ___ __| | __ _ _ _ ___ ___| (_)
49-
/ _` |/ _ \ \ / / _ \| '_ \/ __|/ _` |/ _` | | | / __|_____ / __| | |
50-
| (_| | __/\ V / (_) | |_) \__ \ (_| | (_| | |_| \__ \_____| (__| | |
51-
\__,_|\___| \_/ \___/| .__/|___/\__,_|\__,_|\__, |___/ \___|_|_|
52-
|_| |___/
50+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
51+
|d|e|v|o|p|s|d|a|y|s|-|c|l|i|
52+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
53+
5354

5455
Command-line utilities for the devopsdays.org website
5556
built with love by mattstratton in Go.
@@ -76,12 +77,10 @@ Use "devopsdays-cli [command] --help" for more information about a command.
7677

7778
#### $ devopsdays-cli create speaker --help
7879
```sh
79-
_ _ _ _
80-
__| | _____ _____ _ __ ___ __| | __ _ _ _ ___ ___| (_)
81-
/ _` |/ _ \ \ / / _ \| '_ \/ __|/ _` |/ _` | | | / __|_____ / __| | |
82-
| (_| | __/\ V / (_) | |_) \__ \ (_| | (_| | |_| \__ \_____| (__| | |
83-
\__,_|\___| \_/ \___/| .__/|___/\__,_|\__,_|\__, |___/ \___|_|_|
84-
|_| |___/
80+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
81+
|d|e|v|o|p|s|d|a|y|s|-|c|l|i|
82+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
83+
8584
Creates a new speaker for an event.
8685

8786
Usage:
@@ -101,6 +100,19 @@ Global Flags:
101100
-d, --debug enable debug mode
102101
```
103102

103+
# Reference
104+
105+
## Matrix of commands
106+
107+
108+
| | config | event | organizer | program | speaker | sponsor | talk | version |
109+
|--------|--------|-------|-----------|---------|---------|---------|------|---------|
110+
| add | | | | | x | x | x | |
111+
| create | | x | x | x | x | x | x | |
112+
| edit | | x | x | x | x | x | x | |
113+
| remove | | | x | | x | x | x | |
114+
| show | x | x | x | x | x | x | x | x |
115+
104116
# History
105117

106118
[CHANGELOG](CHANGELOG.md)

0 commit comments

Comments
 (0)