Skip to content

Instantly share code, notes, and snippets.

@mweagle
Created January 22, 2018 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mweagle/88512cac0a39e65e8d2623e75b5c6a3c to your computer and use it in GitHub Desktop.
Save mweagle/88512cac0a39e65e8d2623e75b5c6a3c to your computer and use it in GitHub Desktop.
Simple Sparta application that demonstrates core functionality
Usage:
main [command]
Available Commands:
delete Delete service
describe Describe service
execute Execute
help Help about any command
profile Interactively examine service pprof output
provision Provision service
version Display version information
Flags:
-f, --format string Log format [text, json] (default "text")
-h, --help help for main
--ldflags string Go linker string definition flags (https://golang.org/cmd/link/)
-l, --level string Log level [panic, fatal, error, warn, info, debug] (default "info")
-n, --noop Dry-run behavior only (do not perform mutations)
-t, --tags string Optional build tags for conditional compilation
Use "main [command] --help" for more information about a command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment