Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Sep 26, 2024
1 parent fe4d3d0 commit 2759f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/build/metricflow-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ The following table lists the commands compatible with the dbt Cloud IDE and dbt
|---------|-------------|---------------|---------------|
| [`list`](#list) | Retrieves metadata values. |||
| [`list metrics`](#list-metrics) | Lists metrics with dimensions. |||
| [`list dimensions`](#list) | Lists unique dimensions for metrics. |||
| [`list dimension-values`](#list-dimension-values) | List dimensions with metrics. |||
| [`list entities`](#list-entities) | Lists all unique entities. |||
| [`list saved-queries`](#list-saved-queries) | Lists available saved queries. Use the `--show-exports` flag to display each export listed under a saved query or `--show-parameters` to show the full query parameters each saved query uses. |||
| [`query`](#query) | Query metrics, saved queries, and dimensions you want to see in the command line interface. Refer to [query examples](#query-examples) to help you get started. |||
| [`validate`](#validate) | Validates semantic model configurations. |||
| [`list dimensions`](#list) | Lists unique dimensions for metrics. |||
| [`list entities`](#list-entities) | Lists all unique entities. |||
| [`export`](#export) | Runs exports for a singular saved query for testing and generating exports in your development environment. You can also use the `--select` flag to specify particular exports from a saved query. |||
| [`export-all`](#export-all) | Runs exports for multiple saved queries at once, saving time and effort. |||

Expand Down

0 comments on commit 2759f83

Please sign in to comment.