add historyfile plug to access .taos_history file.
This commit is contained in:
parent
64b12891a1
commit
4723e21af4
|
@ -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:
|
||||||
- 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:
|
||||||
|
|
Loading…
Reference in New Issue