1etcdctl3(1)                                                        etcdctl3(1)
2
3
4

NAME

6       etcdctl-user-add - Adds a new user
7
8
9

SYNOPSIS

11       etcdctl user add <user name or user:password> [options] [flags]
12
13
14

DESCRIPTION

16       Adds a new user
17
18
19

OPTIONS

21       -h, --help[=false]
22           help for add
23
24
25       --interactive[=true]
26           Read password from stdin instead of interactive terminal
27
28
29       --new-user-password=""
30           Supply password from the command line flag
31
32
33       --no-password[=false]
34           Create a user without password (CN based auth only)
35
36
37

OPTIONS INHERITED FROM PARENT COMMANDS

39       --cacert=""
40           verify certificates of TLS-enabled secure servers using this CA
41       bundle
42
43
44       --cert=""
45           identify secure client using this TLS certificate file
46
47
48       --command-timeout=5s
49           timeout for short running command (excluding dial timeout)
50
51
52       --debug[=false]
53           enable client-side debug logging
54
55
56       --dial-timeout=2s
57           dial timeout for client connections
58
59
60       -d, --discovery-srv=""
61           domain name to query for SRV records describing cluster endpoints
62
63
64       --discovery-srv-name=""
65           service name to query when using DNS discovery
66
67
68       --endpoints=[127.0.0.1:2379]
69           gRPC endpoints
70
71
72       --hex[=false]
73           print byte strings as hex encoded strings
74
75
76       --insecure-discovery[=true]
77           accept insecure SRV records describing cluster endpoints
78
79
80       --insecure-skip-tls-verify[=false]
81           skip server certificate verification (CAUTION: this option should
82       be enabled only for testing purposes)
83
84
85       --insecure-transport[=true]
86           disable transport security for client connections
87
88
89       --keepalive-time=2s
90           keepalive time for client connections
91
92
93       --keepalive-timeout=6s
94           keepalive timeout for client connections
95
96
97       --key=""
98           identify secure client using this TLS key file
99
100
101       --password=""
102           password for authentication (if this option is used, --user option
103       shouldn't include password)
104
105
106       --user=""
107           username[:password] for authentication (prompt if password is not
108       supplied)
109
110
111       -w, --write-out="simple"
112           set the output format (fields, json, protobuf, simple, table)
113
114
115

SEE ALSO

117       etcdctl2-user(1)
118
119
120

HISTORY

122       4-Sep-2020 Auto generated by spf13/cobra
123
124
125
126Auto generated by spf13/cobra      Sep 2020                        etcdctl3(1)
Impressum