mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Documentation/upgrades: remove "./bin"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
b11a6aa381
commit
eeb8bcc753
@ -19,18 +19,18 @@ Highlighted breaking changes in 3.4.
|
|||||||
`ETCDCTL_API=3` is now the default.
|
`ETCDCTL_API=3` is now the default.
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
./bin/etcdctl set foo bar
|
etcdctl set foo bar
|
||||||
Error: unknown command "set" for "etcdctl"
|
Error: unknown command "set" for "etcdctl"
|
||||||
|
|
||||||
-./bin/etcdctl set foo bar
|
-etcdctl set foo bar
|
||||||
+ETCDCTL_API=2 ./bin/etcdctl set foo bar
|
+ETCDCTL_API=2 etcdctl set foo bar
|
||||||
bar
|
bar
|
||||||
|
|
||||||
ETCDCTL_API=3 ./bin/etcdctl put foo bar
|
ETCDCTL_API=3 etcdctl put foo bar
|
||||||
OK
|
OK
|
||||||
|
|
||||||
-ETCDCTL_API=3 ./bin/etcdctl put foo bar
|
-ETCDCTL_API=3 etcdctl put foo bar
|
||||||
+./bin/etcdctl put foo bar
|
+etcdctl put foo bar
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Deprecated `etcd --ca-file` and `etcd --peer-ca-file` flags
|
#### Deprecated `etcd --ca-file` and `etcd --peer-ca-file` flags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user