diff --git a/README.md b/README.md index 342ad27..3b767ee 100644 --- a/README.md +++ b/README.md @@ -108,41 +108,118 @@ sf plugins -- [`sf hello world`](#sf-hello-world) +- [`sf lightning dev app`](#sf-lightning-dev-app) +- [`sf lightning dev site`](#sf-lightning-dev-site) -## `sf hello world` +## `sf lightning dev app` -Say hello. +Preview a Lightning Experience app locally and in real-time, without deploying it. ``` USAGE - $ sf hello world [--json] [--flags-dir ] [-n ] + $ sf lightning dev app -o [--json] [--flags-dir ] [-n ] [-t desktop|ios|android] [-i ] FLAGS - -n, --name= [default: World] The name of the person you'd like to say hello to. + -i, --device-id= ID of the mobile device to display the preview if device type is set to `ios` or + `android`. The default value is the ID of the first available mobile device. + -n, --name= Name of the Lightning Experience app to preview. + -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` + configuration variable is already set. + -t, --device-type=