Skip to content

Commit 899b4d2

Browse files
author
evieira
committed
condense cli reference
Signed-off-by: evieira <t01etvi@tryg.dk>
1 parent f641f7f commit 899b4d2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/reference/cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,9 +650,9 @@ Usage: sqlmesh lint [OPTIONS]
650650
651651
Options:
652652
--model TEXT A model to lint. Multiple models can be linted. If no models are specified, every model will be linted.
653-
--local Lint using only locally loaded project files without loading state.
653+
--local Lint using only locally loaded project files without loading state. In multi-repository setups, or when
654+
linting only a subset of projects, this may cause additional linting errors because SQLMesh will not resolve
655+
references or schemas from models that exist only in remote state.
654656
--help Show this message and exit.
655657
656-
```
657-
658-
`--local` skips loading state from the configured state connection. In multi-repository setups, or when linting only a subset of projects, this may cause additional linting errors because SQLMesh will not resolve references or schemas from models that exist only in remote state.
658+
```

0 commit comments

Comments
 (0)