From 1c37a8421c5b6c3742b863c126e127dfb00fc98d Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 15 Aug 2024 23:26:26 +0000 Subject: [PATCH] chore(release): 1.0.26-alpha.0 [skip ci] --- README.md | 107 +++++++++++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 93 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 938aaf6..0c6c429 100644 --- a/README.md +++ b/README.md @@ -146,41 +146,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=