From 59ea50daabe1503f1b307a0b131810d4e9697b62 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:18:54 -0600 Subject: [PATCH] Fix example command for adding a version --- docs/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index 525b394..667142b 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -45,7 +45,7 @@ Let's say you want to add a new version to the customers model, which is current You can run the following command: ```bash -dbt-meshify version --select customers +dbt-meshify operation add-version --select customers ``` This will add a version to the `customers` model for your current version, and will add a new version for breaking change you wish to implement: