Skip to content

Commit 3b73507

Browse files
committed
docs: Update Trino CLI pages
1 parent f3e0f9a commit 3b73507

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/modules/trino/pages/getting_started/installation.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ For these components extra steps are required.
5757
** a Stackable xref:secret-operator:index.adoc[Secret Operator] for certificates when deploying for TLS
5858
** a Stackable xref:commons-operator:index.adoc[Commons Operator] for certificates when deploying for TLS authentication
5959
** (for authorization): a Stackable xref:opa:index.adoc[OPA Operator]
60-
** the https://repo.stackable.tech/#browse/browse:packages:trino-cli%2Ftrino-cli-476-executable.jar[Trino CLI] to test
61-
SQL queries
60+
** the https://repo.stackable.tech/#browse/browse:packages:trino-cli%2Ftrino-cli-477[Trino CLI] to test SQL queries
6261

6362
=== S3 bucket
6463

docs/modules/trino/pages/usage-guide/connect_to_trino.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The `--insecure` flag ignores the server TLS certificate and is required in this
6262

6363
[source,console]
6464
----
65-
$ java -jar ~/Downloads/trino-cli-476-executable.jar --server https://85.215.195.29:8443 --user admin --password --insecure
65+
$ trino-cli-477 --server https://85.215.195.29:8443 --user admin --password --insecure
6666
----
6767

6868
TIP: In case you are using OpenID connect, use `--external-authentication` instead of `--password`.

0 commit comments

Comments
 (0)