提交 392c0069 作者: Jeromy Johnson

Merge pull request #2291 from Kubuxu/feat/#2287

Add dns and resolve commands to ROAPI
......@@ -140,6 +140,7 @@ var rootROSubcommands = map[string]*cmds.Command{
},
"cat": CatCmd,
"commands": CommandsDaemonROCmd,
"dns": DNSCmd,
"get": GetCmd,
"ls": LsCmd,
"name": &cmds.Command{
......@@ -156,8 +157,8 @@ var rootROSubcommands = map[string]*cmds.Command{
"patch": ocmd.ObjectPatchCmd,
},
},
"refs": RefsROCmd,
//"resolve": ResolveCmd,
"refs": RefsROCmd,
"resolve": ResolveCmd,
"version": VersionCmd,
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论