Andares Cui

Results 9 comments of Andares Cui

I have same problem too, waiting for patch 😭

supfile content: ``` kibana2nginx: desc: add kibana site conf to nginx upload: - src: ./elk/kibana.shihou.conf dst: /etc/nginx/conf.d/ ``` and file structure is: ``` - elk.yml - elk/kibana.shihou.conf ``` it does...

Yep, I hope my deploy file can be checkout in everywhere and I can call sup in everywhere. only relative path in deploy files is clearly.

I think `upload` method could be add a param like `base`, example: file structure: ``` - elk.yml - elk/kibana.shihou.conf ``` supfile content: ``` kibana2nginx: desc: add kibana site conf to...

I understand sup is design to called in the directory with Supfile, but these change can improve the versatility, such as substitute for ansible :-P

I think it should be absolute path of supfile(.yml) in the host :-D

Yes, I think it will be useful. try to do it :-D

In simple way, you can make a logger callback, and default choose echo in factory. ```php $client = ClientFactory::createClient(new Version4(), $dns, function ($msg) { echo $msg; }); // user custom...