We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following no longer works because Terminus now returns 0 for logged out too:
0
terminus whoami > /dev/null if [ $? -ne 0 ]; then echo "Terminus unauthenticated; assuming unauthenticated build" exit 0 fi
@greg-1-anderson @stevector Suggestions on what we might be able to use instead?
From #115 (comment)
The text was updated successfully, but these errors were encountered:
terminus whoami
No branches or pull requests
The following no longer works because Terminus now returns
0
for logged out too:@greg-1-anderson @stevector Suggestions on what we might be able to use instead?
From #115 (comment)
The text was updated successfully, but these errors were encountered: