diff --git a/README.md b/README.md index 19dae1f..094365a 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,28 @@ Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contr ## Using ~~~ -wp profile +wp profile [--url=] [--field=] [--format=] ~~~ +**OPTIONS** + + [--url=] + Execute a request against a specified URL. Defaults to the home URL. + + [--field=] + Display a specific field. + + [--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`.