Skip to content

Latest commit

 

History

History
110 lines (66 loc) · 4.96 KB

README.e.md

File metadata and controls

110 lines (66 loc) · 4.96 KB
License LicenseFile LicenseColor
MIT
LICENSE
yellow

{{.Name}}

{{template "badge/travis" .}} Build status {{template "badge/goreport" .}} {{template "badge/godoc" .}} GitHub release {{template "license/shields" .}} ZenHub
Coveralls BCH compliance Ebert codebeat badge CodeFactor

Command-line utilities for the devopsdays website built with ❤️ by mattstratton in Go.

devopsdays gopherdevopsdays yak

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. We appreciate your contribution. Please refer to the contributing guidelines for details on how to help.

{{toc 5}}

Demo

asciicast

Install

{{template "gh/releases" .}}

Bintray

{{template "choco_bintray/install" .}}

homebrew

brew install devopsdays/tap/devopsdays-cli

via Go

{{template "go/install" .}}

Usage

$ {{exec "devopsdays-cli" "--help" | color "sh"}}

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

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

$ {{exec "devopsdays-cli" "create" "sponsor" "--help"| color "sh"}}

$ {{exec "devopsdays-cli" "show" "speaker" "--help"| color "sh"}}

$ {{exec "devopsdays-cli" "show" "talk" "--help"| color "sh"}}

Reference

Matrix of commands

config event organizer program speaker sponsor talk version
add x x x
create x x x x x x
edit x x x x x x
remove x x x x
show x x x x x x x x

Contributing

See CONTRIBUTING.md for details on how to contribute to this project.

History

CHANGELOG

How to release

$ gump <patch|minor|major>

Tools needed for release

License

devopsdays-cli - Command-line utilities for the devopsdays.org website

Author: Matt Stratton ([email protected])
Copyright: Copyright 2017, Matt Stratton
License: The MIT License
The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.