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
--password
In https://trino.io/docs/current/client/cli.html#authentication seems required to edit and change as below :
--password parameter also required in cli command after setting TRINO_PASSWORD environment variable.
export TRINO_PASSWORD='LongSecurePassword123!@#'
The password is automatically used in any following start of the CLI if we use --password in cli as below:
./trino --server https://trino.example.com --user=exampleusername --password
The text was updated successfully, but these errors were encountered:
@hassanahmadkhani Do you want to send a PR?
Sorry, something went wrong.
@hassanahmadkhani Do you want to send a PR? No
Can you verify and send a PR @blvckcoffee
Fix will go live with the documentation for 420. Your testing was correct. Thank you so much for reporting @hassanahmadkhani
blvckcoffee
No branches or pull requests
In https://trino.io/docs/current/client/cli.html#authentication
seems required to edit and change as below :
--password parameter also required in cli command after setting TRINO_PASSWORD environment variable.
export TRINO_PASSWORD='LongSecurePassword123!@#'
The password is automatically used in any following start of the CLI if we use --password in cli as below:
./trino --server https://trino.example.com --user=exampleusername --password
The text was updated successfully, but these errors were encountered: