mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
ETCDCTL_README: clarify the usage of ETCDCTL_* variables
fixes # 10840
This commit is contained in:
parent
594005d7de
commit
55b37261bc
@ -16,7 +16,7 @@ ETCDCTL_CERT=/tmp/cert.pem
|
|||||||
ETCDCTL_KEY=/tmp/key.pem
|
ETCDCTL_KEY=/tmp/key.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
Prefix flag strings with `ETCDCTL_`, convert all letters to upper-case, and replace dash(`-`) with underscore(`_`).
|
Prefix flag strings with `ETCDCTL_`, convert all letters to upper-case, and replace dash(`-`) with underscore(`_`). Note that the environment variables with the prefix `ETCDCTL_` can only be used with the etcdctl global flags. Also, the environment variable `ETCDCTL_API` is a special case variable for etcdctl internal use only.
|
||||||
|
|
||||||
## Key-value commands
|
## Key-value commands
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user