devopsdays-cli

command module
v0.0.0-...-f137246 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2019 License: MIT Imports: 1 Imported by: 0

README

devopsdays-cli

travis Status Build status Go Report Card GoDoc GitHub release MIT License 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

Demo

asciicast

Install

Check the release page!

Bintray
choco source add -n=devopsdays -s="https://api.bintray.com/nuget/devopsdays/choco"
choco install devopsdays-cli
homebrew
brew install devopsdays/tap/devopsdays-cli
via Go
go get github.com/devopsdays/devopsdays-cli

Usage

$ devopsdays-cli --help
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|d|e|v|o|p|s|d|a|y|s|-|c|l|i|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


Command-line utilities for the devopsdays.org website
built with love by mattstratton in Go.

Complete documentation is available at https://github.com/devopsdays/devopsdays-cli

Usage:
  devopsdays-cli [flags]
  devopsdays-cli [command]

Available Commands:
  add         Add items to talks, programs, or events
  create      Create a new event, organizer, program, speaker, sponsor, or talk
  edit        Edit an existing item
  help        Help about any command
  remove      Remove items from an event, a talk, or a program
  show        Show details about various items

Flags:
  -d, --debug   enable debug mode
  -h, --help    help for devopsdays-cli

Use "devopsdays-cli [command] --help" for more information about a command.
$ devopsdays-cli create speaker --help
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|d|e|v|o|p|s|d|a|y|s|-|c|l|i|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Creates a new speaker for an event.

Usage:
  devopsdays-cli create speaker [flags]

Examples:
  devopsdays-cli create speaker
  devopsdays-cli create speaker --city new-york
  devopsdays-cli create speaker -c "New York" --year "2017"

Flags:
  -c, --city string   city to use
  -h, --help          help for speaker
  -y, --year string   year to use

Global Flags:
  -d, --debug   enable debug mode
$ devopsdays-cli create event --help
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|d|e|v|o|p|s|d|a|y|s|-|c|l|i|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Create a new event.

Usage:
  devopsdays-cli create event create [flags]

Examples:
  devopsdays-cli create event
  devopsdays-cli create event -c New York --year 2017

Flags:
  -c, --city string   city to use
  -h, --help          help for event
  -y, --year string   year to use

Global Flags:
  -d, --debug   enable debug mode
$ devopsdays-cli create sponsor --help
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|d|e|v|o|p|s|d|a|y|s|-|c|l|i|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Create a new sponsor file add the sponsor's image.
The name argument must not contain any spaces.

Usage:
  devopsdays-cli create sponsor [name] [flags]

Examples:
  devopsdays-cli create sponsor
  devopsdays-cli create sponsor bluth-company

Flags:
  -h, --help   help for sponsor

Global Flags:
  -d, --debug   enable debug mode
$ devopsdays-cli show speaker --help
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|d|e|v|o|p|s|d|a|y|s|-|c|l|i|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Show a speaker from an event.

Usage:
  devopsdays-cli show speaker [flags]

Examples:
  devopsdays-cli show speaker george-bluth
  devopsdays-cli show speaker --city new-york --year 2017 --all
  devopsdays-cli show speaker george-bluth -c "New York" --year "2017"

Flags:
  -a, --all           show all
  -c, --city string   city to use
  -h, --help          help for speaker
  -y, --year string   year to use

Global Flags:
  -d, --debug   enable debug mode
$ devopsdays-cli show talk --help
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|d|e|v|o|p|s|d|a|y|s|-|c|l|i|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Show a speaker from an event.

Usage:
  devopsdays-cli show talk [flags]

Examples:
  devopsdays-cli show talk
  devopsdays-cli show talk --city new-york --year 2017 --all
  devopsdays-cli show talk -c "New York" --year "2017"

Flags:
  -a, --all           show all NOT IMPLEMENTED
  -c, --city string   city to use
  -h, --help          help for talk
  -y, --year string   year to use

Global Flags:
  -d, --debug   enable debug mode

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 (matt.stratton@gmail.com)
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.

Documentation

Overview

Command-line utilities for the [devopsdays](https://www.devopsdays.org) website

Directories

Path Synopsis
Package commands defines and implements command-line commands and flags used by devopsdays-cli.
Package commands defines and implements command-line commands and flags used by devopsdays-cli.
Package event provides the functions for creating, editing, and showing events
Package event provides the functions for creating, editing, and showing events
Package images provides functions for manipulating images in the application
Package images provides functions for manipulating images in the application
Package item contains the types and methods for items like talks, events, sponsors, etc.
Package item contains the types and methods for items like talks, events, sponsors, etc.
Package speaker provides functions to add, create, edit, delete, and show speakers
Package speaker provides functions to add, create, edit, delete, and show speakers
Package sponsor provides functionality for adding, creating, editing, and showing sponsors.
Package sponsor provides functionality for adding, creating, editing, and showing sponsors.
Package talk includes the functionality to add, create, edit, remove, and show talks.
Package talk includes the functionality to add, create, edit, remove, and show talks.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL