Add blank lines around headers

This commit is contained in:
yeasy
2026-03-24 09:27:04 -07:00
parent 857e3b73f6
commit ae8636e96f
112 changed files with 468 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ OPTIONS:
--user="" username[:password] for authentication (prompt if password is not supplied)
-w, --write-out="simple" set the output format (fields, json, protobuf, simple, table)
```
### 15.4.1 数据库操作
数据库操作围绕对键值和目录的 CRUD (符合 REST 风格的一套操作Create) 完整生命周期的管理
@@ -94,6 +95,7 @@ etcd 在键的组织上采用了层次化的空间结构 (类似于文件系统
$ etcdctl put /testdir/testkey "Hello world"
OK
```
#### get
获取指定键的值例如
@@ -119,6 +121,7 @@ hello
$ etcdctl del testkey
1
```
### 15.4.2 非数据库操作
#### watch
@@ -133,6 +136,7 @@ PUT
testkey
2
```
#### member
通过 `list``add``update``remove` 命令列出添加更新删除 etcd 实例到 etcd 集群中