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

NAME

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

SYNOPSIS

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

DESCRIPTION

17       Adds a new user
18
19
20

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

118       etcdctl3-user(1)
119
120
121

HISTORY

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