Changeset 53878 for trunk/README.md
- Timestamp:
- 08/11/2022 02:09:04 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r50697 r53878 52 52 53 53 ``` 54 npm run env:cli <command>54 npm run env:cli -- <command> 55 55 ``` 56 56 57 WP-CLI has a lot of [useful commands](https://developer.wordpress.org/cli/commands/) you can use to work on your WordPress site. Where the documentation mentions running `wp`, run `npm run env:cli` instead. For example:57 WP-CLI has [many useful commands](https://developer.wordpress.org/cli/commands/) you can use to work on your WordPress site. Where the documentation mentions running `wp`, run `npm run env:cli --` instead. For example: 58 58 59 59 ``` 60 npm run env:cli help60 npm run env:cli -- help 61 61 ``` 62 62
Note: See TracChangeset
for help on using the changeset viewer.