Skip to content

Commit 7cadff5

Browse files
committed
docs: Rename UI5 Tooling to UI5 CLI
1 parent 7928975 commit 7cadff5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
![OpenUI5 logo](http://openui5.org/images/OpenUI5_new_big_side.png)
22

33
# sample-app
4-
> [OpenUI5](https://github.com/UI5/openui5) sample app using the [UI5 Tooling](https://github.com/SAP/ui5-tooling).
4+
> [OpenUI5](https://github.com/UI5/openui5) sample app using the [UI5 CLI](https://github.com/UI5/cli).
55
66
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/sample-app)](https://api.reuse.software/info/github.com/UI5/sample-app)
77

88
## Live Demo
99
A deployed version of the [sample-app](http://ui5.github.io/sample-app/index.html) is hosted on GitHub Pages.
1010

1111
## Prerequisites
12-
- The **UI5 CLI** of the [UI5 Tooling](https://github.com/SAP/ui5-tooling#installing-the-ui5-cli).
13-
- For installation instructions please see: [Installing the UI5 CLI](https://github.com/SAP/ui5-tooling#installing-the-ui5-cli).
12+
- The [UI5 CLI](https://github.com/UI5/cli#installing-the-ui5-cli).
13+
- For installation instructions please see: [Installing the UI5 CLI](https://github.com/UI5/cli#installing-the-ui5-cli).
1414

1515
## Getting started
1616
1. Clone this repository and navigate into it
@@ -74,7 +74,7 @@ A deployed version of the [sample-app](http://ui5.github.io/sample-app/index.htm
7474

7575
## Working with local dependencies
7676

77-
For local development of your applications' dependencies (like OpenUI5 libraries) you can use [UI5 Workspaces](https://sap.github.io/ui5-tooling/stable/pages/Workspace/). This will allow you to make changes to those dependencies locally and see the impact in your application immediately.
77+
For local development of your applications' dependencies (like OpenUI5 libraries) you can use [UI5 Workspaces](https://ui5.github.io/cli/stable/pages/Workspace/). This will allow you to make changes to those dependencies locally and see the impact in your application immediately.
7878
7979
### Preparation
8080
The following needs to be done just once per setup.
@@ -112,7 +112,7 @@ Would you like to work on the application project and one or more of its UI5 fra
112112

113113
You can now make changes in your local OpenUI5 repository and see the impact directly when serving or building your application.
114114

115-
If a dependency that is listed in `ui5.yaml` is omitted in the `resolutions` section of `ui5-workspace.yaml`, the library is resolved in the usual way by downloading it from the registry. For more information about dependency resolutions, check [here](https://sap.github.io/ui5-tooling/v3/pages/Workspace/#dependency-management).
115+
If a dependency that is listed in `ui5.yaml` is omitted in the `resolutions` section of `ui5-workspace.yaml`, the library is resolved in the usual way by downloading it from the registry. For more information about dependency resolutions, check [here](https://ui5.github.io/cli/stable/pages/Workspace/#dependency-management).
116116

117117
#### Non-default workspace
118118

0 commit comments

Comments
 (0)