File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Commands:
2323 format Format all models in a given directory.
2424 ide Start a browser-based SQLMesh IDE.
2525 info Print info.
26- init Create a new SQLMesh repository.
26+ init Create a new SQLMesh repository with a default SQL dialect .
2727 migrate Migrate SQLMesh to the current running version.
2828 plan Plan a migration of the current context's...
2929 prompt Uses LLM to generate a SQL query from a prompt.
@@ -148,6 +148,7 @@ Options:
148148```
149149
150150## init
151+ ```
151152Usage: sqlmesh init [OPTIONS] SQL_DIALECT
152153
153154 Create a new SQLMesh repository with a default SQL dialect.
@@ -156,6 +157,7 @@ Options:
156157 -t, --template TEXT Project template. Support values: airflow, dbt,
157158 default.
158159 --help Show this message and exit.
160+ ```
159161
160162## migrate
161163```
You can’t perform that action at this time.
0 commit comments