From 68283d5531b9464ab0d808cc6ef77c39257e4a17 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 5 Oct 2023 14:28:47 +0100 Subject: [PATCH 1/4] cloud cli rn --- .../03-Oct-2023/cloud-cli-beta.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-beta.md diff --git a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-beta.md b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-beta.md new file mode 100644 index 00000000000..67fcd0a7f71 --- /dev/null +++ b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-beta.md @@ -0,0 +1,29 @@ +--- +title: "New: Develop with the dbt Cloud CLI" +description: "October 2023: Learn about the new beta CLI development experience, powered by dbt Cloud." +sidebar_position: 6 +sidebar_label: "New: Develop with the dbt Cloud CLI" +tags: [Oct-2023, CLI, dbt Cloud] +date: 2023-10-17 +--- + +We are excited to announce a **unified command line for dbt.** It’s a local development experience, powered by dbt Cloud. It’s easy to get started: `brew install dbt` and you’re ready to go. + +We will continue to invest in the dbt Cloud IDE as the easiest and most accessible way to get started using dbt, especially for data analysts who have never developed software using the CLI before. We will keep improving the speed, stability, and feature richness of the IDE, as we have been all year long [https://www.getdbt.com/blog/improvements-to-the-dbt-cloud-ide/]. + +We also know that many people developing in dbt have a preference for local development, where they can use their favorite terminal, text editor, keybindings, color scheme, and so on. This includes people with data engineering backgrounds, as well as those analytics engineers who started writing code in the dbt Cloud IDE and have expanded their skillset. + +The new dbt Cloud CLI offers the best of both worlds, including: + +- The power of developing against the dbt Cloud platform +- The flexibility of your own local setup. + +Run whichever community-developed plugins, pre-commit hooks, or other arbitrary scripts you like. + +Some of the unique capabilities to this dbt Cloud CLI includes: + +- Auto-deferral, +- Support for dbt Mesh (cross-project `ref`), +- Development workflow for dbt Semantic Layer + +For more info, check out the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation) page. From d988d33ac514e757273312acf6a71ac1e3a47f16 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 5 Oct 2023 16:14:34 +0100 Subject: [PATCH 2/4] update to pp --- .../{cloud-cli-beta.md => cloud-cli-pp.md} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) rename website/docs/docs/dbt-versions/release-notes/03-Oct-2023/{cloud-cli-beta.md => cloud-cli-pp.md} (59%) diff --git a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-beta.md b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-pp.md similarity index 59% rename from website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-beta.md rename to website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-pp.md index 67fcd0a7f71..0549f8b2591 100644 --- a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-beta.md +++ b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-pp.md @@ -1,29 +1,31 @@ --- title: "New: Develop with the dbt Cloud CLI" -description: "October 2023: Learn about the new beta CLI development experience, powered by dbt Cloud." +description: "October 2023: Learn about the new dbt Cloud CLI development experience, now in public preview," sidebar_position: 6 sidebar_label: "New: Develop with the dbt Cloud CLI" tags: [Oct-2023, CLI, dbt Cloud] date: 2023-10-17 --- -We are excited to announce a **unified command line for dbt.** It’s a local development experience, powered by dbt Cloud. It’s easy to get started: `brew install dbt` and you’re ready to go. +We are excited to announce the dbt Cloud CLI, **unified command line for dbt**, is available in public preview. It’s a local development experience, powered by dbt Cloud. It’s easy to get started: `brew install dbt-cloud-cli` and you’re ready to go. -We will continue to invest in the dbt Cloud IDE as the easiest and most accessible way to get started using dbt, especially for data analysts who have never developed software using the CLI before. We will keep improving the speed, stability, and feature richness of the IDE, as we have been all year long [https://www.getdbt.com/blog/improvements-to-the-dbt-cloud-ide/]. +We will continue to invest in the dbt Cloud IDE as the easiest and most accessible way to get started using dbt, especially for data analysts who have never developed software using the command line before. We will keep improving the speed, stability, and feature richness of the IDE, as we have been all year long [https://www.getdbt.com/blog/improvements-to-the-dbt-cloud-ide/]. We also know that many people developing in dbt have a preference for local development, where they can use their favorite terminal, text editor, keybindings, color scheme, and so on. This includes people with data engineering backgrounds, as well as those analytics engineers who started writing code in the dbt Cloud IDE and have expanded their skillset. The new dbt Cloud CLI offers the best of both worlds, including: - The power of developing against the dbt Cloud platform -- The flexibility of your own local setup. +- The flexibility of your own local setup + Run whichever community-developed plugins, pre-commit hooks, or other arbitrary scripts you like. Some of the unique capabilities to this dbt Cloud CLI includes: -- Auto-deferral, +- Automatic deferral of build artifacts to your Cloud project's production environment - Support for dbt Mesh (cross-project `ref`), - Development workflow for dbt Semantic Layer +- Speedier, lower cost builds For more info, check out the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation) page. From 51ffcbd94f9c782476d04a206f1a2125c5442042 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 10 Oct 2023 17:26:54 +0100 Subject: [PATCH 3/4] Update cloud-cli-pp.md --- .../release-notes/03-Oct-2023/cloud-cli-pp.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-pp.md b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-pp.md index 0549f8b2591..5fd070dd70a 100644 --- a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-pp.md +++ b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-pp.md @@ -1,31 +1,31 @@ --- title: "New: Develop with the dbt Cloud CLI" description: "October 2023: Learn about the new dbt Cloud CLI development experience, now in public preview," -sidebar_position: 6 +sidebar_position: 06 sidebar_label: "New: Develop with the dbt Cloud CLI" tags: [Oct-2023, CLI, dbt Cloud] date: 2023-10-17 --- -We are excited to announce the dbt Cloud CLI, **unified command line for dbt**, is available in public preview. It’s a local development experience, powered by dbt Cloud. It’s easy to get started: `brew install dbt-cloud-cli` and you’re ready to go. +We are excited to announce the dbt Cloud CLI, **unified command line for dbt**, is available in public preview. It’s a local development experience, powered by dbt Cloud. It’s easy to get started: `brew install dbt` and you’re ready to go. -We will continue to invest in the dbt Cloud IDE as the easiest and most accessible way to get started using dbt, especially for data analysts who have never developed software using the command line before. We will keep improving the speed, stability, and feature richness of the IDE, as we have been all year long [https://www.getdbt.com/blog/improvements-to-the-dbt-cloud-ide/]. +We will continue to invest in the dbt Cloud IDE as the easiest and most accessible way to get started using dbt, especially for data analysts who have never developed software using the command line before. We will keep improving the speed, stability, and feature richness of the IDE, as we have been [all year long](https://www.getdbt.com/blog/improvements-to-the-dbt-cloud-ide/). -We also know that many people developing in dbt have a preference for local development, where they can use their favorite terminal, text editor, keybindings, color scheme, and so on. This includes people with data engineering backgrounds, as well as those analytics engineers who started writing code in the dbt Cloud IDE and have expanded their skillset. +We also know that many people developing in dbt have a preference for local development, where they can use their favorite terminal, text editor, keybindings, color scheme, and so on. This includes people with data engineering backgrounds, as well as those analytics engineers who started writing code in the dbt Cloud IDE and have expanded their skills. The new dbt Cloud CLI offers the best of both worlds, including: - The power of developing against the dbt Cloud platform - The flexibility of your own local setup - Run whichever community-developed plugins, pre-commit hooks, or other arbitrary scripts you like. -Some of the unique capabilities to this dbt Cloud CLI includes: +Some of the unique capabilities of this dbt Cloud CLI include: -- Automatic deferral of build artifacts to your Cloud project's production environment -- Support for dbt Mesh (cross-project `ref`), +- Automatic deferral of build artifacts to your Cloud project's production environment +- Secure credential storage in the dbt Cloud platform +- Support for dbt Mesh ([cross-project `ref`](/docs/collaborate/govern/project-dependencies)) - Development workflow for dbt Semantic Layer - Speedier, lower cost builds -For more info, check out the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation) page. +For more info, check out [dbt Cloud CLI](/docs/cloud/cloud-cli-installation). From e63cc505a99ff8fd58011582262ff6ebecc12dcf Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:49:36 +0100 Subject: [PATCH 4/4] Update website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-pp.md --- .../docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-pp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-pp.md b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-pp.md index 5fd070dd70a..8e586211528 100644 --- a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-pp.md +++ b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/cloud-cli-pp.md @@ -7,7 +7,7 @@ tags: [Oct-2023, CLI, dbt Cloud] date: 2023-10-17 --- -We are excited to announce the dbt Cloud CLI, **unified command line for dbt**, is available in public preview. It’s a local development experience, powered by dbt Cloud. It’s easy to get started: `brew install dbt` and you’re ready to go. +We are excited to announce the dbt Cloud CLI, **unified command line for dbt**, is available in public preview. It’s a local development experience, powered by dbt Cloud. It’s easy to get started: `pip3 install dbt` or `brew install dbt` and you’re ready to go. We will continue to invest in the dbt Cloud IDE as the easiest and most accessible way to get started using dbt, especially for data analysts who have never developed software using the command line before. We will keep improving the speed, stability, and feature richness of the IDE, as we have been [all year long](https://www.getdbt.com/blog/improvements-to-the-dbt-cloud-ide/).