Robert Kroeger | ddcace0 | 2014-09-29 14:02:08 -0700 | [diff] [blame] | 1 | // This file was auto-generated via go generate. |
| 2 | // DO NOT UPDATE MANUALLY |
| 3 | |
| 4 | /* |
| 5 | The associate tool facilitates creating blessing to system account associations. |
| 6 | |
| 7 | Usage: |
| 8 | associate <command> |
| 9 | |
| 10 | The associate commands are: |
| 11 | list Lists the account associations. |
| 12 | add Associate the listed blessings with the specified system account |
| 13 | remove Removes system accounts associated with the listed blessings. |
| 14 | help Display help for commands or topics |
| 15 | Run "associate help [command]" for command usage. |
| 16 | |
| 17 | The global flags are: |
| 18 | -alsologtostderr=true: log to standard error as well as files |
| 19 | -log_backtrace_at=:0: when logging hits line file:N, emit a stack trace |
| 20 | -log_dir=: if non-empty, write log files to this directory |
| 21 | -logtostderr=false: log to standard error instead of files |
| 22 | -max_stack_buf_size=4292608: max size in bytes of the buffer to use for logging stack traces |
| 23 | -stderrthreshold=2: logs at or above this threshold go to stderr |
| 24 | -v=0: log level for V logs |
| 25 | -vmodule=: comma-separated list of pattern=N settings for file-filtered logging |
| 26 | -vv=0: log level for V logs |
| 27 | |
| 28 | Associate List |
| 29 | |
Todd Wang | 702385a | 2014-11-07 01:54:08 -0800 | [diff] [blame^] | 30 | Lists all account associations |
Robert Kroeger | ddcace0 | 2014-09-29 14:02:08 -0700 | [diff] [blame] | 31 | |
| 32 | Usage: |
| 33 | associate list <nodemanager>. |
| 34 | |
| 35 | <nodemanager> is the name of the node manager to connect to. |
| 36 | |
| 37 | Associate Add |
| 38 | |
| 39 | Associate the listed blessings with the specified system account |
| 40 | |
| 41 | Usage: |
| 42 | associate add <nodemanager> <systemName> <blessing>... |
| 43 | |
| 44 | <identify specifier>... is a list of 1 or more identify specifications |
| 45 | <systemName> is the name of an account holder on the local system |
| 46 | <blessing>.. are the blessings to associate systemAccount with |
| 47 | |
| 48 | Associate Remove |
| 49 | |
| 50 | Removes system accounts associated with the listed blessings. |
| 51 | |
| 52 | Usage: |
| 53 | associate remove <nodemanager> <blessing>... |
| 54 | |
| 55 | <nodemanager> is the node manager to connect to |
| 56 | <blessing>... is a list of blessings. |
| 57 | |
| 58 | Associate Help |
| 59 | |
| 60 | Help with no args displays the usage of the parent command. |
| 61 | Help with args displays the usage of the specified sub-command or help topic. |
| 62 | "help ..." recursively displays help for all commands and topics. |
| 63 | |
| 64 | Usage: |
| 65 | associate help [flags] [command/topic ...] |
| 66 | |
| 67 | [command/topic ...] optionally identifies a specific sub-command or help topic. |
| 68 | |
| 69 | The help flags are: |
| 70 | -style=text: The formatting style for help output, either "text" or "godoc". |
| 71 | */ |
| 72 | package main |