View in Web App
The CLI has limited UI, viewing Query Analysis in our Web App provides a much better UX, richer insights and tools to understand them and fix them.
- 1.Configure the CLI with an API Key.
- 2.Now, whenever you run
query-analysis
from the CLI, you will be provided with a link to view the results on our web app. - 3.Open the link🎉
Open your projects page and copy your API Key.

Projects Page
Enter API Key
CLI
REPL
metis-cli set-api-key '<API_KEY>'
setApiKey('<API_KEY>')
CLI
REPL
metis-cli query-analysis "select count (*) from sales.order_lines where quantity > 315"
queryAnalysis("select count (*) from sales.order_lines where quantity > 315")
See the generated link.


Web App view of Query Analysis results
Last modified 3mo ago