Created
January 22, 2018 02:15
-
-
Save mweagle/88512cac0a39e65e8d2623e75b5c6a3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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