blob: 6133bbe0c091f8fb2ff0a7dbccc858636aa62fa0 [file] [log] [blame]
Robert Kroegerddcace02014-09-29 14:02:08 -07001// This file was auto-generated via go generate.
2// DO NOT UPDATE MANUALLY
3
4/*
5The associate tool facilitates creating blessing to system account associations.
6
7Usage:
8 associate <command>
9
10The 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
15Run "associate help [command]" for command usage.
16
17The 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
28Associate List
29
Todd Wang702385a2014-11-07 01:54:08 -080030Lists all account associations
Robert Kroegerddcace02014-09-29 14:02:08 -070031
32Usage:
33 associate list <nodemanager>.
34
35<nodemanager> is the name of the node manager to connect to.
36
37Associate Add
38
39Associate the listed blessings with the specified system account
40
41Usage:
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
48Associate Remove
49
50Removes system accounts associated with the listed blessings.
51
52Usage:
53 associate remove <nodemanager> <blessing>...
54
55<nodemanager> is the node manager to connect to
56<blessing>... is a list of blessings.
57
58Associate Help
59
60Help with no args displays the usage of the parent command.
61Help with args displays the usage of the specified sub-command or help topic.
62"help ..." recursively displays help for all commands and topics.
63
64Usage:
65 associate help [flags] [command/topic ...]
66
67[command/topic ...] optionally identifies a specific sub-command or help topic.
68
69The help flags are:
70 -style=text: The formatting style for help output, either "text" or "godoc".
71*/
72package main