获取在Bash中执行的PHP脚本的输出

时间:2017-10-26 06:33:59

标签: php bash satis

我制作了一个bash脚本来重建我满意的存储库。我想添加一些日志记录,因为命令将自动运行。

执行时

output="$(php -f vendor/bin/satis build \
  --repository-url git@bitbucket.org:example/gibberish.git satis.json web/ -n)"

$ output应该是

  

[InvalidArgumentException]     指定的存储库URL“git@bitbucket.org:example / gibberish.git”不存在。

     

build [--repository-url [REPOSITORY-URL]] [ - no-html-output] [--skip-errors] [--stats] [ - ] [] [] [] ...

但是,我只得到Scanning packages 如何在Bash中捕获PHP脚本抛出的异常?

0 个答案:

没有答案