Eric T Grubaugh

Results 2 comments of Eric T Grubaugh
trafficstars

As a workaround in the meantime, we pipe the stdout of our `project:deploy` commands to `null`: ``` suitecloud project:deploy | 1>/dev/null ```

> As a workaround in the meantime, we pipe the stdout of our `project:deploy` commands to `null`: > > ``` > suitecloud project:deploy | 1>/dev/null > ``` We've found this...