From 3223fc89511adeb76646f9a52ea4889a7be8a73d Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Tue, 10 Sep 2024 12:43:00 +1200 Subject: [PATCH] DOC Update docs to reflect changes in CLI interaction --- 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