Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Shell scripts cannot easily read the cluster cli status #156
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mantoni commentedOct 6, 2011
Status uses process.exit with code 1 if at least one process is dead and code 2 if all processes are dead.
This allows shell scripts to interact with the cluster cli status command.