Skip to content

Commit a7c0e0f

Browse files
committed
use new option
1 parent 48ebc1f commit a7c0e0f

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

managed-html5-runtime-basic-mta/readme.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,19 @@ This is an example of an HTML5 app that is accessed by a managed application rou
2727
```
2828
5. See the URL of the web app:
2929
```
30-
cf html5-list -di hello-world-destination-service -u
30+
cf html5-list -di hello-world-destination-service -u --runtime launchpad
3131
```
3232
33-
> You need to substitute `cpp` with `launchpad`, in case you use the Launchpad service (instead of the Portal service).
33+
> Use the following command in case you use the Portal service
34+
>
35+
> `cf html5-list -di hello-world-destination-service -u --runtime cpp`
36+
3437
3538
## Check the Result
3639
3740
### List the Deployed HTML5 Apps
3841
```
39-
$ cf html5-list -di hello-world-destination-service -u
42+
$ cf html5-list -di hello-world-destination-service -u --runtime launchpad
4043
Getting list of HTML5 applications in org 9f10ed8atrial / space dev as [email protected]...
4144
OK
4245

managed-html5-runtime-fiori-mta/readme.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,19 @@ The web app that is contained in the `uimodule.zip` defines the following proper
5353
```
5454
5. See the URL of the web app:
5555
```
56-
cf html5-list -di managed-fiori-destination -u
56+
cf html5-list -di managed-fiori-destination -u --runtime launchpad
5757
```
5858
59-
> You need to substitute `cpp` with `launchpad`, in case you use the Launchpad service (instead of the Portal service).
59+
> Use the following command in case you use the Portal service
60+
>
61+
> `cf html5-list -di managed-fiori-destination -u --runtime cpp`
62+
6063
6164
## Check the Result
6265
6366
### List the Deployed HTML5 Apps
6467
```
65-
$ cf html5-list -di managed-fiori-destination -u
68+
$ cf html5-list -di managed-fiori-destination -u --runtime launchpad-u
6669
Getting list of HTML5 applications in org 9f10ed8atrial / space dev as [email protected]...
6770
OK
6871

0 commit comments

Comments
 (0)