From e29c17e116e7db39d7d6b22cd7b91ffec87fcc10 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:29:12 +0000 Subject: [PATCH 1/4] add dbt power user link this pr adds links the dbt power user link in the cloud cli doc for add'l context. --- website/docs/docs/cloud/cloud-cli-installation.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/website/docs/docs/cloud/cloud-cli-installation.md b/website/docs/docs/cloud/cloud-cli-installation.md index 7d459cdd91d..26e7acdc621 100644 --- a/website/docs/docs/cloud/cloud-cli-installation.md +++ b/website/docs/docs/cloud/cloud-cli-installation.md @@ -150,7 +150,7 @@ If you already have dbt Core installed, the dbt Cloud CLI may conflict. Here are - **Prevent conflicts**
Use both the dbt Cloud CLI and dbt Core with `pip` and create a new virtual environment.

- **Use both dbt Cloud CLI and dbt Core with brew or native installs**
If you use Homebrew, consider aliasing the dbt Cloud CLI as "dbt-cloud" to avoid conflict. For more details, check the [FAQs](#faqs) if your operating system experiences path conflicts.

-- **Reverting back to dbt Core from the dbt Cloud CLI**
+- **Reverting to dbt Core from the dbt Cloud CLI**
If you've already installed the dbt Cloud CLI and need to switch back to dbt Core:
- Uninstall the dbt Cloud CLI using the command: `pip uninstall dbt` - Reinstall dbt Core using the following command, replacing "adapter_name" with the appropriate adapter name: @@ -251,9 +251,14 @@ To update: ## Using VS Code extensions -Visual Studio (VS) Code extensions enhance command line tools by adding extra functionalities. The dbt Cloud CLI is fully compatible with dbt Core, however it doesn't support some dbt Core APIs required by certain tools, for example VS Code extensions. +Visual Studio (VS) Code extensions enhance command line tools by adding extra functionalities. The dbt Cloud CLI is fully compatible with dbt Core, however, it doesn't support some dbt Core APIs required by certain tools, for example, VS Code extensions. -To use these extensions, such as dbt-power-user, with the dbt Cloud CLI, you can install it using Homebrew (along with dbt Core) and create an alias to run the dbt Cloud CLI as `dbt-cloud`. This allows dbt-power-user to continue to invoke dbt Core under the hood, alongside the dbt Cloud CLI. +You can use extensions like [dbt-power-user](https://www.dbt-power-user.com/) with the dbt Cloud CLI by following these steps: + +- Install it using Homebrew along with dbt Core. +- Create an alias to run the dbt Cloud CLI as `dbt-cloud`. + +This setup allows dbt-power-user to continue to work with dbt Core in the background, alongside the dbt Cloud CLI. ## FAQs From cbe49addb09230c7ec77a4a86f992a4f68333a85 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:29:57 +0000 Subject: [PATCH 2/4] Update cloud-cli-installation.md --- website/docs/docs/cloud/cloud-cli-installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/docs/cloud/cloud-cli-installation.md b/website/docs/docs/cloud/cloud-cli-installation.md index 26e7acdc621..554656eced5 100644 --- a/website/docs/docs/cloud/cloud-cli-installation.md +++ b/website/docs/docs/cloud/cloud-cli-installation.md @@ -260,7 +260,6 @@ You can use extensions like [dbt-power-user](https://www.dbt-power-user.com/) wi This setup allows dbt-power-user to continue to work with dbt Core in the background, alongside the dbt Cloud CLI. - ## FAQs From 84c197ce0441903ed048a60a9a166f13ced86690 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:28:08 +0000 Subject: [PATCH 3/4] Update website/docs/docs/cloud/cloud-cli-installation.md --- website/docs/docs/cloud/cloud-cli-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/cloud/cloud-cli-installation.md b/website/docs/docs/cloud/cloud-cli-installation.md index 8e78ccdfdde..3bfd461d6c9 100644 --- a/website/docs/docs/cloud/cloud-cli-installation.md +++ b/website/docs/docs/cloud/cloud-cli-installation.md @@ -255,7 +255,7 @@ Visual Studio (VS) Code extensions enhance command line tools by adding extra fu You can use extensions like [dbt-power-user](https://www.dbt-power-user.com/) with the dbt Cloud CLI by following these steps: -- Install it using Homebrew along with dbt Core. +- [Install](/docs/cloud/cloud-cli-installation?install=brew) it using Homebrew along with dbt Core. - Create an alias to run the dbt Cloud CLI as `dbt-cloud`. This setup allows dbt-power-user to continue to work with dbt Core in the background, alongside the dbt Cloud CLI. From ca8fe84bf6c65cd4d851b09e903184089a4e68a0 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:28:22 +0000 Subject: [PATCH 4/4] Update website/docs/docs/cloud/cloud-cli-installation.md --- website/docs/docs/cloud/cloud-cli-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/cloud/cloud-cli-installation.md b/website/docs/docs/cloud/cloud-cli-installation.md index 3bfd461d6c9..edf6511d4b8 100644 --- a/website/docs/docs/cloud/cloud-cli-installation.md +++ b/website/docs/docs/cloud/cloud-cli-installation.md @@ -256,7 +256,7 @@ Visual Studio (VS) Code extensions enhance command line tools by adding extra fu You can use extensions like [dbt-power-user](https://www.dbt-power-user.com/) with the dbt Cloud CLI by following these steps: - [Install](/docs/cloud/cloud-cli-installation?install=brew) it using Homebrew along with dbt Core. -- Create an alias to run the dbt Cloud CLI as `dbt-cloud`. +- [Create an alias](#faqs) to run the dbt Cloud CLI as `dbt-cloud`. This setup allows dbt-power-user to continue to work with dbt Core in the background, alongside the dbt Cloud CLI.