Skip to content

Commit

Permalink
Fix example command for adding a version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Mar 22, 2024
1 parent 55eebc1 commit 59ea50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 59ea50d

Please sign in to comment.