github.com/grailbio/base@v0.0.11/cmd/grail-role-group/doc.go (about) 1 // This file was auto-generated via go generate. 2 // DO NOT UPDATE MANUALLY 3 4 /* 5 Usage: 6 role-group [flags] <command> 7 8 The role-group commands are: 9 list List all the role groups 10 create Create a new role group 11 update Update an existing role group 12 help Display help for commands or topics 13 14 The global flags are: 15 -alsologtostderr=false 16 log to standard error as well as files 17 -block-profile= 18 filename prefix for block profiles 19 -block-profile-rate=200 20 rate for runtime.SetBlockProfileRate 21 -cpu-profile= 22 filename for cpu profile 23 -heap-profile= 24 filename prefix for heap profiles 25 -log_backtrace_at=:0 26 when logging hits line file:N, emit a stack trace 27 -log_dir= 28 if non-empty, write log files to this directory 29 -logtostderr=false 30 log to standard error instead of files 31 -max_stack_buf_size=4292608 32 max size in bytes of the buffer to use for logging stack traces 33 -metadata=<just specify -metadata to activate> 34 Displays metadata for the program and exits. 35 -mutex-profile= 36 filename prefix for mutex profiles 37 -mutex-profile-rate=200 38 rate for runtime.SetMutexProfileFraction 39 -pprof= 40 address for pprof server 41 -profile-interval-s=0 42 If >0, output new profiles at this interval (seconds). If <=0, profiles are 43 written only when Write() is called 44 -stderrthreshold=2 45 logs at or above this threshold go to stderr 46 -thread-create-profile= 47 filename prefix for thread create profiles 48 -time=false 49 Dump timing information to stderr before exiting the program. 50 -v=0 51 log level for V logs 52 -vmodule= 53 comma-separated list of globpattern=N settings for filename-filtered logging 54 (without the .go suffix). E.g. foo/bar/baz.go is matched by patterns baz or 55 *az or b* but not by bar/baz or baz.go or az or b.* 56 -vpath= 57 comma-separated list of regexppattern=N settings for file pathname-filtered 58 logging (without the .go suffix). E.g. foo/bar/baz.go is matched by patterns 59 foo/bar/baz or fo.*az or oo/ba or b.z but not by foo/bar/baz.go or fo*az 60 */ 61 package main