1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 02:34:14 +00:00
Beego/scripts/prepare_etcd.sh

8 lines
210 B
Bash
Raw Normal View History

2020-08-26 03:46:22 +00:00
#!/bin/bash
etcdctl put current.float 1.23
etcdctl put current.bool true
etcdctl put current.int 11
etcdctl put current.string hello
2020-08-28 17:17:43 +00:00
etcdctl put current.serialize.name test
etcdctl put sub.sub.key1 sub.sub.key