Skip to content

Commit d083c09

Browse files
committed
docs(cli): add legacy make:tag pointer and fix sync:file-usage heading
1 parent f665922 commit d083c09

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed
Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
# make:tag
1+
# `make:tag` (legacy)
22

3-
Tag Generator -- Creates a new tag for an add-on
3+
The `make:tag` command has been renamed to `make:template-tag`.
44

5-
## Options list:
5+
Use:
66

7-
```
8-
--addon=<value>
9-
-a <value>
10-
Folder for third-party add-on you want to add tag to
11-
```
7+
`php eecli.php make:template-tag MyNewTag --addon=my_existing_addon`
128

13-
## Examples:
14-
15-
### Generating a new tag:
16-
17-
`php eecli.php make:tag MyNewTag --addon=my_existing_addon`
9+
See [make:template-tag](cli/built-in-commands/make-template-tag.md) for the current command documentation.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# `sync:upload-directory`
1+
# `sync:file-usage`
22

33
This command updates old file format data to the modern format and synchronizes the file usage records in the database. File usage data for a given file in the file manager can be viewed in the [File Editor](control-panel/file-manager/file-edit.md). This functionality is also available through [Utilities - File Usage](control-panel/utilities/data-operations.md#update-file-usage-information).
44

55
## Example:
66

7-
`php eecli.php sync:file-usage`
7+
`php eecli.php sync:file-usage`

0 commit comments

Comments
 (0)