Nova Shell is a powerful built-in terminal that lets you query metrics, search logs, run diagnostics, and automate tasks using natural language or Nova's query syntax. Think of it as a command line for your entire infrastructure.
Press Cmd+K (Mac) or Ctrl+K (Windows/Linux) from anywhere in Nova to open the shell. You can also click the terminal icon in the bottom toolbar.
Query any metric using Nova's query language:
Find logs across your entire infrastructure:
Not sure of the exact query syntax? Just type in plain English:
Nova's AI translates your question into a query and returns the results.
Execute commands on remote hosts (requires agent with remote execution enabled):
Save frequently used queries as aliases. Type nova> alias cpu-top = metrics top system.cpu.user by host limit 10 and then just run cpu-top next time.
Chain multiple shell commands into reusable scripts. Save them as runbooks for automated execution during incidents.
Pipe any query result to a file, dashboard widget, or Slack channel: