Open rikiless opened 8 years ago
When I use basic command rocketeer deploy the output of sucesfully finished script is printed on more than 250 rows. Is there way to simplify that? 😨
rocketeer deploy
Every terminal command is displayed including deprecated warnings on the beginning [https://github.com/rocketeers/rocketeer/issues/689]. Using options such as -v, --verbose or --pretend has no effect.
-v
--verbose
--pretend
Maybe this issue is duplicate of #607.
That's definitely not correct, this is the output you'd get with the verbose flag but I'm not entirely sure why it would pop up here.
When I use basic command
rocketeer deploy
the output of sucesfully finished script is printed on more than 250 rows. Is there way to simplify that? 😨Every terminal command is displayed including deprecated warnings on the beginning [https://github.com/rocketeers/rocketeer/issues/689]. Using options such as
-v
,--verbose
or--pretend
has no effect.Maybe this issue is duplicate of #607.