We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590b46f commit 719c20fCopy full SHA for 719c20f
README.md
@@ -10,7 +10,7 @@ Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contr
10
## Using
11
12
~~~
13
-wp dist-archive <path> [--format=<format>]
+wp dist-archive <path> [<target>] [--format=<format>]
14
15
16
For a plugin in a directory 'wp-content/plugins/hello-world', this command
@@ -36,6 +36,9 @@ script in each project.
36
<path>
37
Path to the project that includes a .distignore file.
38
39
+ [<target>]
40
+ Path and file name for the distribution archive. Defaults to project directory name plus version, if discoverable.
41
+
42
[--format=<format>]
43
Choose the format for the archive.
44
---
0 commit comments