When you provision sites, there's lots of output from commands that are not errors, but get shown in red anyway. That can be confusing to people, and it's also annoying. We can call commands with options like --quiet, redirect output, etc to avoid that. We should make sure that real errors don't get hidden, though.
When you provision sites, there's lots of output from commands that are not errors, but get shown in red anyway. That can be confusing to people, and it's also annoying. We can call commands with options like
--quiet
, redirect output, etc to avoid that. We should make sure that real errors don't get hidden, though.