File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contr
1010## Using
1111
1212~~~
13- wp dist-archive <path> [<target>] [--create-target-dir] [--plugin-dirname=<plugin-slug>] [--format=<format>] [--filename-format=<filename-format>]
13+ wp dist-archive <path> [<target>] [--create-target-dir] [--force] [-- plugin-dirname=<plugin-slug>] [--format=<format>] [--filename-format=<filename-format>]
1414~~~
1515
1616For a plugin in a directory 'wp-content/plugins/hello-world', this command
@@ -44,6 +44,9 @@ script in each project.
4444 [--create-target-dir]
4545 Automatically create the target directory as needed.
4646
47+ [--force]
48+ Forces overwriting of the archive file if it already exists.
49+
4750 [--plugin-dirname=<plugin-slug>]
4851 Set the archive extract directory name. Defaults to project directory name.
4952
You can’t perform that action at this time.
0 commit comments