Remove blank lines after code block markers

This commit is contained in:
yeasy
2026-03-21 22:36:09 -07:00
parent 312f8fea42
commit 9ac19d79ee
132 changed files with 0 additions and 1517 deletions

View File

@@ -80,7 +80,6 @@ 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) 完整生命周期的管理
@@ -95,7 +94,6 @@ etcd 在键的组织上采用了层次化的空间结构 (类似于文件系统
$ etcdctl put /testdir/testkey "Hello world"
OK
```
#### get
获取指定键的值例如
@@ -107,7 +105,6 @@ $ etcdctl get testkey
testkey
hello
```
支持的选项为
`--sort` 对结果进行排序
@@ -122,7 +119,6 @@ hello
$ etcdctl del testkey
1
```
### 15.4.2 非数据库操作
#### watch
@@ -137,7 +133,6 @@ PUT
testkey
2
```
#### member
通过 `list``add``update``remove` 命令列出添加更新删除 etcd 实例到 etcd 集群中