nanobox icon indicating copy to clipboard operation
nanobox copied to clipboard

Print errors to stderr instead of stdout

Open glinton opened this issue 8 years ago • 0 comments
trafficstars

If the output is piped, the error can get lost:

$ nanobox log fakeapp | grep thing
$

Error going to stdout currently:

$ nanobox log fakeapp

! Sorry, the app 'fakeapp' doesn't exist


Error   : Not Found ({})
Context : unable to validate app -> Unknown app 'fakeapp'
Suggest : It appears that app or component wasn't found, check the team/app name and try again

glinton avatar Nov 03 '17 17:11 glinton