Skip to main content

CLI

You can run MQL queries directly from your CLI using Trino's command-line application. Please refer to Trino CLI for documentation.

Usage#

  1. Install Docker.

  2. Run the following command:

docker run trivadis/trino-cli --host demo.metriql.com --port 443 --user cli-myuser --catalog metriql

Here is how it looks like:

CLI Query Screen