Skip to content

Commit

Permalink
Update content-style-guide.md
Browse files Browse the repository at this point in the history
add examples directly
  • Loading branch information
mirnawong1 authored Nov 8, 2023
1 parent ca0ffa6 commit 35d9e9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contributing/content-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,14 @@ dbt officially provides two command line tools for running dbt commands:
- [dbt Cloud CLI](/docs/cloud/cloud-cli-installation) — This tool allows you to develop locally and execute dbt commands against your dbt Cloud development environment from your local command line.
- [dbt Core](https://github.com/dbt-labs/dbt-core) — This open-source tool is designed for local installation, enabling you to use dbt Core on the command line and communicate with databases through adapters.

Here are some examples of what to use and what to avoid:

✅ Set up in the dbt Cloud CLI or dbt Core
✅ Set up in the dbt Cloud CLI or dbt Core CLI

❌ Set up via dbt CLI
❌ Set up in dbt Cloud, **or** via the CLI

### Terms to use or avoid

Use industry-specific terms and research new/improved terminology. Also, refer to the Inclusive Language section of this style guide for inclusive and accessible language and style.
Expand Down

0 comments on commit 35d9e9c

Please sign in to comment.