mirror of
https://github.com/astaxie/beego.git
synced 2024-11-05 08:30:54 +00:00
8 lines
210 B
Bash
8 lines
210 B
Bash
#!/bin/bash
|
|
|
|
etcdctl put current.float 1.23
|
|
etcdctl put current.bool true
|
|
etcdctl put current.int 11
|
|
etcdctl put current.string hello
|
|
etcdctl put current.serialize.name test
|
|
etcdctl put sub.sub.key1 sub.sub.key |