From 058bcc93dea1f59d97fa788ef24eed23d33ba577 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:35:24 +0000 Subject: [PATCH] Update website/docs/reference/commands/dbt-environment.md --- website/docs/reference/commands/dbt-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/commands/dbt-environment.md b/website/docs/reference/commands/dbt-environment.md index 9abf5dd5f10..4eb9587eee9 100644 --- a/website/docs/reference/commands/dbt-environment.md +++ b/website/docs/reference/commands/dbt-environment.md @@ -7,7 +7,7 @@ id: dbt-environment The `dbt environment` command enables you to interact with your dbt Cloud environment. The `dbt environment` command is useful for: - Viewing your local configuration details (account ID, active project ID, deployment environment, and more). -- Viewing your dbt Cloud configuration details (account ID, environment ID, environment name, connection type, and more). +- Viewing your dbt Cloud configuration details (environment ID, environment name, connection type, and more). This guide lists all the commands and options you can use with `dbt environment` in the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation). To use it, add a command after it like this: `dbt environment [command]`.