Add options to README

This commit is contained in:
Daniel Bachhuber 2016-07-25 08:14:12 -07:00
parent 5b34ff5006
commit 0c9b332df7

View file

@ -10,9 +10,28 @@ Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contr
## Using
~~~
wp profile
wp profile [--url=<url>] [--field=<field>] [--format=<format>]
~~~
**OPTIONS**
[--url=<url>]
Execute a request against a specified URL. Defaults to the home URL.
[--field=<field>]
Display a specific field.
[--format=<format>]
Render output in a particular format.
---
default: table
options:
- table
- json
- yaml
- csv
---
## Installing
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`.