You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New -q / --query option to run a DSL query directly from the command line without entering the interactive REPL
Results default to JSON; use -f / --format [json|csv|df] to change output format
-f df renders a formatted ASCII grid table in the terminal (requires tabulate)
--nice flattens nested structures into readable strings (mirrors %%dsldf --nice in Jupyter)
--html renders results as an HTML table with Dimensions hyperlinks (mirrors %%dsldf --links; only applies with -f df)
CLI session caching: API token is saved to ~/.dimensions/session.json and reused for up to 1 hour, avoiding repeated authentication on consecutive -q calls