Skip to content

Commit a8f5147

Browse files
Regenerate README file (#604)
Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>
1 parent ee3acf7 commit a8f5147

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2781,7 +2781,7 @@ wp post create [--post_author=<post_author>] [--post_date=<post_date>] [--post_d
27812781
[--tax_input=<tax_input>]
27822782
Array of taxonomy terms keyed by their taxonomy name. Default empty.
27832783

2784-
Note: In WordPress core, this normally requires a user context to satisfy capability checks. WP-CLI bypasses this for convenience. See https://core.trac.wordpress.org/ticket/19373
2784+
Note: In WordPress core, this normally requires a user context to satisfy capability checks. WP-CLI bypasses this for convenience. See https://core.trac.wordpress.org/ticket/19373
27852785

27862786
[--meta_input=<meta_input>]
27872787
Array in JSON format of post meta values keyed by their post meta key. Default empty.
@@ -2790,22 +2790,21 @@ wp post create [--post_author=<post_author>] [--post_date=<post_date>] [--post_d
27902790
Read post content from <file>. If this value is present, the
27912791
`--post_content` argument will be ignored.
27922792

2793-
Passing `-` as the filename will cause post content to
2794-
be read from STDIN.
2793+
Passing `-` as the filename will cause post content to
2794+
be read from STDIN.
27952795

27962796
[--<field>=<value>]
27972797
Associative args for the new post. See wp_insert_post().
27982798

27992799
[--edit]
28002800
Immediately open system's editor to write or edit post content.
28012801

2802-
If content is read from a file, from STDIN, or from the `--post_content`
2803-
argument, that text will be loaded into the editor.
2802+
If content is read from a file, from STDIN, or from the `--post_content`
2803+
argument, that text will be loaded into the editor.
28042804

28052805
[--porcelain]
28062806
Output just the new post id.
28072807

2808-
28092808
**EXAMPLES**
28102809

28112810
# Create post and schedule for future
@@ -3839,7 +3838,7 @@ wp post update <id>... [--post_author=<post_author>] [--post_date=<post_date>] [
38393838
[--tax_input=<tax_input>]
38403839
Array of taxonomy terms keyed by their taxonomy name. Default empty.
38413840

3842-
Note: In WordPress core, this normally requires a user context to satisfy capability checks. WP-CLI bypasses this for convenience. See https://core.trac.wordpress.org/ticket/19373
3841+
Note: In WordPress core, this normally requires a user context to satisfy capability checks. WP-CLI bypasses this for convenience. See https://core.trac.wordpress.org/ticket/19373
38433842

38443843
[--meta_input=<meta_input>]
38453844
Array in JSON format of post meta values keyed by their post meta key. Default empty.
@@ -3848,8 +3847,8 @@ wp post update <id>... [--post_author=<post_author>] [--post_date=<post_date>] [
38483847
Read post content from <file>. If this value is present, the
38493848
`--post_content` argument will be ignored.
38503849

3851-
Passing `-` as the filename will cause post content to
3852-
be read from STDIN.
3850+
Passing `-` as the filename will cause post content to
3851+
be read from STDIN.
38533852

38543853
--<field>=<value>
38553854
One or more fields to update. See wp_insert_post().
@@ -8967,6 +8966,10 @@ Want to contribute a new feature? Please first [open a new issue](https://github
89678966

89688967
Once you've decided to commit the time to seeing your pull request through, [please follow our guidelines for creating a pull request](https://make.wordpress.org/cli/handbook/pull-requests/) to make sure it's a pleasant experience. See "[Setting up](https://make.wordpress.org/cli/handbook/pull-requests/#setting-up)" for details specific to working on this package locally.
89698968

8969+
### License
8970+
8971+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
8972+
89708973
## Support
89718974

89728975
GitHub issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support

0 commit comments

Comments
 (0)