From 0c9b332df7acbf6f41671658e942dcb9d38900ff Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Mon, 25 Jul 2016 08:14:12 -0700 Subject: [PATCH] Add options to README --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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`.