From d57fa753ce67e071e2dc66fcc8443b122b57df8f Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:30:13 +1200 Subject: [PATCH] DOC Update docs to reflect changes in CLI interaction (#123) --- docs/en/01_basic_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/01_basic_usage.md b/docs/en/01_basic_usage.md index 77db600..8d564e9 100644 --- a/docs/en/01_basic_usage.md +++ b/docs/en/01_basic_usage.md @@ -40,7 +40,7 @@ class MyModel extends DataObject } ``` -Run a `dev/build?flush=all` and you'll be able to add taxonomy terms to your record - but now you need to create some terms! See [the userhelp documentation](https://userhelp.silverstripe.org/en/optional_features/taxonomies/) for information about functionality from a content author perspective. +Run `sake db:build --flush` and you'll be able to add taxonomy terms to your record - but now you need to create some terms! See [the userhelp documentation](https://userhelp.silverstripe.org/en/optional_features/taxonomies/) for information about functionality from a content author perspective. ## Filtering by type