From 35d9e9c167f564fa24e992531675a97adf3872f6 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:22:41 +0000 Subject: [PATCH] Update content-style-guide.md add examples directly --- contributing/content-style-guide.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contributing/content-style-guide.md b/contributing/content-style-guide.md index 204c5c854f4..aef910022e2 100644 --- a/contributing/content-style-guide.md +++ b/contributing/content-style-guide.md @@ -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.