Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds ls troubleshooting tips (#5266)
## What are you changing in this pull request and why? The `dbt ls` command has been a personal goldmine find in helping to debug selectors and complex state:modified problems. I wanted to get this documented for others to see examples of how it can be used for this purpose. We do call out the command as an option in the table of commands, but there aren't any examples of how and why you might want to use it, and I believe it's arguably the best tool for troubleshooting this stuff, as it works in both the IDE and in jobs for logging. ## Checklist <!-- Uncomment when publishing docs for a prerelease version of dbt: - [X] Add versioning components, as described in [Versioning Docs](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-entire-pages) - [X] Add a note to the prerelease version [Migration Guide](https://github.com/dbt-labs/docs.getdbt.com/tree/current/website/docs/docs/dbt-versions/core-upgrade) --> - [X] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [X] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). - [X] Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch."
- Loading branch information