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
When you run a command like: tcld n cf exp -f <path for your json export> -n <namespace>
tcld n cf exp -f <path for your json export> -n <namespace>
It can print: rpc error: code = Unauthenticated desc = request not authenticated
rpc error: code = Unauthenticated desc = request not authenticated
It'd be nice to add a line about "try tcld login
tcld login
Just adding a line about trying tcld login in access failure messages.
It'd be also nice to extend the documentation at: https://docs.temporal.io/cloud/tcld/login
The text was updated successfully, but these errors were encountered:
djmagee
anekkanti
No branches or pull requests
Is your feature request related to a problem? Please describe.
When you run a command like:
tcld n cf exp -f <path for your json export> -n <namespace>
It can print:
rpc error: code = Unauthenticated desc = request not authenticated
It'd be nice to add a line about "try
tcld login
Describe the solution you'd like
Just adding a line about trying
tcld login
in access failure messages.It'd be also nice to extend the documentation at:
https://docs.temporal.io/cloud/tcld/login
The text was updated successfully, but these errors were encountered: