提交 4723e21a 编写于 作者: sangshuduo's avatar sangshuduo

add historyfile plug to access .taos_history file.

上级 64b12891
...@@ -22,13 +22,11 @@ apps: ...@@ -22,13 +22,11 @@ apps:
taos: taos:
command: taoswrapper.sh command: taoswrapper.sh
environment:
HOME: /home/$USER
plugs: plugs:
- network - network
- system-observe - system-observe
- systemfiles - systemfiles
- home - historyfile
taosdemo: taosdemo:
command: usr/bin/taosdemo command: usr/bin/taosdemo
...@@ -36,6 +34,13 @@ apps: ...@@ -36,6 +34,13 @@ apps:
- network - network
plugs: plugs:
historyfile:
interface: personal-files
read:
- $HOME/.taos_history
write:
- $HOME/.taos_history
systemfiles: systemfiles:
interface: system-files interface: system-files
read: read:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册