Skip to content

Commit ce4774e

Browse files
authored
Merge pull request #106 from wp-cli/update/readme-file
Update readme file
2 parents a639e95 + ad9d31b commit ce4774e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1616
For 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

0 commit comments

Comments
 (0)