modulepackage
0.0.0-20250124153557-d04084554145
Repository: https://github.com/devopsdays/devopsdays-cli.git
Documentation: pkg.go.dev
# README
License: MIT LicenseFile: LICENSE LicenseColor: yellow
{{.Name}}
{{template "badge/travis" .}}
{{template "badge/goreport" .}} {{template "badge/godoc" .}}
{{template "license/shields" .}}
Command-line utilities for the devopsdays website built with :heart: by mattstratton in Go.
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
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
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.
# Packages
Package event provides the functions for creating, editing, and showing events.
No description provided by the author
Package images provides functions for manipulating images in the application.
Package item contains the types and methods for items like talks, events, sponsors, etc.
No description provided by the author
No description provided by the author
Package speaker provides functions to add, create, edit, delete, and show speakers.
Package sponsor provides functionality for adding, creating, editing, and showing sponsors.
Package talk includes the functionality to add, create, edit, remove, and show talks.