Skip to content

Commit 0e4a1bf

Browse files
authored
[INTERNAL] Rename project to UI5 CLI (#1094)
For further insights, see https://community.sap.com/t5/technology-blog-posts-by-sap/goodbye-ui5-tooling-hello-ui5-cli/ba-p/14211769. JIRA: CPOUI5FOUNDATION-1098
1 parent b207bb7 commit 0e4a1bf

37 files changed

+134
-127
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug Report
3-
about: Report an issue with UI5 Tooling
3+
about: Report an issue with UI5 CLI
44
title: ''
55
labels: bug, needs triage
66
assignees: ''

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature Request
3-
about: Request a new feature to be added to UI5 Tooling
3+
about: Request a new feature to be added to UI5 CLI
44
title: ''
55
labels: enhancement
66
assignees: ''

.reuse/dep5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
2525
parties the right to use of access any SAP External Product, through API Calls.
2626

2727
Files: *
28-
Copyright: 2018-2020 SAP SE or an SAP affiliate company and UI5 Tooling contributors
28+
Copyright: 2018-2020 SAP SE or an SAP affiliate company and UI5 CLI contributors
2929
License: Apache-2.0

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to the UI5 Tooling
1+
# Contributing to the UI5 CLI
22
## Content
33
1. [📝 **Reporting Issues**](#-reporting-issues)
44
2. [🤩 **Feature Requests**](#-feature-requests)
@@ -11,12 +11,12 @@
1111

1212
## 📝 Reporting Issues
1313
### Seeking Help / Not a Bug
14-
If you need help setting something up, or if you have questions regarding UI5 Tooling, please seek help on a community platform like the [SAP Community](https://answers.sap.com/topics/ui5-tooling.html), [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-tooling) or the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
14+
If you need help setting something up, or if you have questions regarding UI5 CLI, please seek help on a community platform like the [SAP Community](https://answers.sap.com/topics/ui5-tooling.html), [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-tooling) or the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
1515

1616
### How to Report an Issue
17-
Note that we collect issues for all UI5 Tooling modules (*[ui5-cli](https://github.com/SAP/ui5-cli), [ui5-server](https://github.com/SAP/ui5-server), [ui5-project](https://github.com/SAP/ui5-project), [ui5-builder](https://github.com/SAP/ui5-builder), [ui5-fs](https://github.com/SAP/ui5-fs) and [ui5-logger](https://github.com/SAP/ui5-logger)*) in the central [ui5-tooling](https://github.com/SAP/ui5-tooling) repository.
17+
Note that we collect issues for all UI5 CLI modules (*[ui5-cli](https://github.com/SAP/ui5-cli), [ui5-server](https://github.com/SAP/ui5-server), [ui5-project](https://github.com/SAP/ui5-project), [ui5-builder](https://github.com/SAP/ui5-builder), [ui5-fs](https://github.com/SAP/ui5-fs) and [ui5-logger](https://github.com/SAP/ui5-logger)*) in the central [ui5-tooling](https://github.com/SAP/ui5-tooling) repository.
1818

19-
1. **Only UI5 Tooling issues**
19+
1. **Only UI5 CLI issues**
2020
* Please do not report:
2121
* Issues caused by dependencies or plugins.
2222
* Issues caused by the use of non-public/internal methods. Only the public methods listed in the API documentation may be used.
@@ -67,14 +67,14 @@ GitHub offers labels to categorize issues. The labels can only be set and modifi
6767
* **`wontfix`**: While acknowledged to be an issue, a fix cannot or will not be provided.
6868

6969
### Issue Reporting Disclaimer
70-
We want to improve the quality of the UI5 Tooling and good bug reports are welcome! But our capacity is limited, so we cannot handle questions or consultation requests, and we cannot afford to ask for required details.
70+
We want to improve the quality of the UI5 CLI and good bug reports are welcome! But our capacity is limited, so we cannot handle questions or consultation requests, and we cannot afford to ask for required details.
7171

72-
Therefore, we reserve the right to close or to not process insufficient bug reports in favor of those which are clearly documented and easy to reproduce. Even though we would like to solve each well-documented issue, there is always the chance that it won't happen - please remember: The UI5 Tooling is Open Source and comes without warranty.
72+
Therefore, we reserve the right to close or to not process insufficient bug reports in favor of those which are clearly documented and easy to reproduce. Even though we would like to solve each well-documented issue, there is always the chance that it won't happen - please remember: The UI5 CLI is Open Source and comes without warranty.
7373

7474
Bug report analysis support is always very welcome! See [Analyze Issues](#-analyzing-issues).
7575

7676
## 🤩 Feature Requests
77-
You can request most features by creating an issue in the UI5 Tooling repository: https://github.com/SAP/ui5-tooling/issues/new
77+
You can request most features by creating an issue in the UI5 CLI repository: https://github.com/SAP/ui5-tooling/issues/new
7878

7979
For bigger features an RFC (Request for Comment) might be necessary. You should always clarify the need for an RFC with the project contributors upfront. You could do this either by opening an issue or in our [Slack channel](#seeking-help--not-a-bug). You can use [this template](rfcs/0000-template.md) for creating an RFC.
8080

@@ -88,13 +88,13 @@ You may be able to add additional or missing information, such as a step-by-step
8888

8989
## 💻 Contributing Code
9090
### General Remarks
91-
You are welcome to contribute code to the UI5 Tooling in order to fix bugs or to implement new features.
91+
You are welcome to contribute code to the UI5 CLI in order to fix bugs or to implement new features.
9292

9393
There are three important things to know:
9494

9595
1. You must be aware of the Apache License (which describes contributions) and **agree to the Developer Certificate of Origin***. This is common practice in major Open Source projects. To make this process as simple as possible, we are using *[CLA assistant](https://cla-assistant.io/)* for individual contributions. CLA assistant is an open source tool that integrates with GitHub very well and enables a one-click experience for accepting the DCO. For company contributers, special rules apply. See the respective section below for details.
9696
2. Follow our **[Development Conventions and Guidelines](docs/Guidelines.md)**.
97-
3. **Not all proposed contributions can be accepted**. Some features may just fit a third-party add-on better. The code must match the overall direction of the UI5 Tooling and improve it. So there should be some "bang for the byte". For most bug fixes this is a given, but a major feature implementation first needs to be discussed with one of the committers. Possibly, one who touched the related code or module recently. The more effort you invest, the better you should clarify in advance whether the contribution will match the project's direction. The best way would be to just open an enhancement ticket in the issue tracker to discuss the feature you plan to implement (make it clear that you intend to contribute). We will then forward the proposal to the respective code owner. This avoids disappointment.
97+
3. **Not all proposed contributions can be accepted**. Some features may just fit a third-party add-on better. The code must match the overall direction of the UI5 CLI and improve it. So there should be some "bang for the byte". For most bug fixes this is a given, but a major feature implementation first needs to be discussed with one of the committers. Possibly, one who touched the related code or module recently. The more effort you invest, the better you should clarify in advance whether the contribution will match the project's direction. The best way would be to just open an enhancement ticket in the issue tracker to discuss the feature you plan to implement (make it clear that you intend to contribute). We will then forward the proposal to the respective code owner. This avoids disappointment.
9898

9999
### Developer Certificate of Origin (DCO)
100100

@@ -105,7 +105,7 @@ This DCO replaces the previously used CLA ("Contributor License Agreement") as w
105105

106106
### How to Contribute
107107
1. Make sure the change is welcome (see [General Remarks](#general-remarks)).
108-
- Also check on the [UI5 Tooling Task Board](https://github.com/orgs/SAP/projects/1) whether related tasks are already being worked on, blocked, or in discussion.
108+
- Also check on the [UI5 CLI Task Board](https://github.com/orgs/SAP/projects/1) whether related tasks are already being worked on, blocked, or in discussion.
109109
1. Create a branch by forking the relevant module repository and apply your change.
110110
1. Commit and push your change on that branch.
111111
- 👉 **Please follow our [Development Conventions and Guidelines](docs/Guidelines.md).**

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![UI5 logo](./docs/images/UI5_logo_wide.png)
22

3-
# UI5 Tooling
3+
# UI5 CLI
44

55
> An open and modular toolchain to develop state-of-the-art applications based on the [UI5](https://ui5.sap.com) framework.
66
@@ -10,19 +10,21 @@
1010

1111
## Deprecation
1212

13-
> [UI5 Tooling v3](https://sap.github.io/ui5-tooling/v3) is the latest and stable version 🎉
13+
> [UI5 CLI v4](https://sap.github.io/ui5-tooling/v4) is the latest and stable version 🎉
1414
>
15-
> [UI5 Tooling v2](https://sap.github.io/ui5-tooling/v2) has been deprecated 🚫
15+
> [UI5 CLI v3](https://sap.github.io/ui5-tooling/v3) is a stable version and in maintenance mode 🚢
1616
>
17-
> Please migrate your projects to [UI5 Tooling v3](https://sap.github.io/ui5-tooling/v3/updates/migrate-v3/)!
17+
> [UI5 CLI v2](https://sap.github.io/ui5-tooling/v2) has been deprecated 🚫
18+
>
19+
> Please migrate your projects to [UI5 CLI v3](https://sap.github.io/ui5-tooling/v4/updates/migrate-v3/) and afterwards to [UI5 CLI v4](https://sap.github.io/ui5-tooling/v4/updates/migrate-v4/)!
1820
19-
The reason to deprecate **UI5 Tooling Version 2** and enforce the migration to **UI5 Tooling Version 3** is rooted in our efforts to allow the usage of the latest ECMAScript syntax in the UI5 framework. OpenUI5 and SAPUI5 libraries will make use of modern ECMAScript syntax up to and including "ES2022". UI5 Tooling comes with comprehensive [ECMAScript support](https://sap.github.io/ui5-tooling/v3/pages/ESSupport/) only with Version 3.
21+
The reason to deprecate **UI5 CLI Version 2** and enforce the migration to **UI5 CLI Version 3** is rooted in our efforts to allow the usage of the latest ECMAScript syntax in the UI5 framework. OpenUI5 and SAPUI5 libraries will make use of modern ECMAScript syntax up to and including "ES2022". UI5 CLI comes with comprehensive [ECMAScript support](https://sap.github.io/ui5-tooling/v3/pages/ESSupport/) only with Version 3.
2022

21-
Beginning with Release **1.116** of **OpenUI5** and **SAPUI5**, UI5 Framework libraries will start using modern ECMAScript syntax and define **"Specification Version 3.0"** in their UI5 Tooling configuration.
23+
Beginning with Release **1.116** of **OpenUI5** and **SAPUI5**, UI5 Framework libraries will start using modern ECMAScript syntax and define **"Specification Version 3.0"** in their UI5 CLI configuration.
2224

23-
If you use UI5 Tooling in your projects, this means you will have to upgrade to UI5 Tooling Version 3.
25+
If you use UI5 CLI in your projects, this means you will have to upgrade to UI5 CLI Version 3.
2426

25-
If you use additional build scripts or UI5 Tooling extensions, you should ensure their support for ECMAScript 2022.
27+
If you use additional build scripts or UI5 CLI extensions, you should ensure their support for ECMAScript 2022.
2628

2729

2830
## Resources
@@ -36,7 +38,7 @@ If you use additional build scripts or UI5 Tooling extensions, you should ensure
3638
- [Roadmap](https://github.com/SAP/ui5-tooling/issues/101)
3739

3840
## Modules
39-
UI5 Tooling consists of multiple modules. Each one is managed in a separate repository:
41+
UI5 CLI consists of multiple modules. Each one is managed in a separate repository:
4042

4143
- [ui5-cli](https://github.com/SAP/ui5-cli): UI5 Command Line Interface, utilizing all of the following modules
4244
- [ui5-project](https://github.com/SAP/ui5-project): Modules for building a UI5 project's dependency tree, including configuration

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Support
22

3-
If you need help setting something up, or if you have questions regarding UI5 Tooling, please refrain from opening an issue on GitHub.
3+
If you need help setting something up, or if you have questions regarding UI5 CLI, please refrain from opening an issue on GitHub.
44

55
Instead, please use one of the following platforms to seek help:
66

audit-ci.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// The package "http-cache-semantics" is vulnerable to a Regular Expression Denial of Service (ReDoS) attack.
1414
// It is used by the "make-fetch-happen" and "got" packages which are only used to communicate with the npm registry configured by the user (registry.npmjs.org by default).
15-
// Although this ReDoS attack is mainly applicable to servers, in theory a server could also send malicious headers to the client (UI5 Tooling) to cause an unexpected slowdown.
15+
// Although this ReDoS attack is mainly applicable to servers, in theory a server could also send malicious headers to the client (UI5 CLI) to cause an unexpected slowdown.
1616
// However, this configured npm registry is already considered a trusted connection as code is downloaded and run by the client.
1717
"GHSA-rc47-6667-2j5j",
1818

docs/Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Development Conventions and Guidelines
2-
The UI5 Tooling Version 2 code line won't get any further features. Therefore, please checkout the latest [Guidelines](https://github.com/SAP/ui5-tooling/blob/main/docs/Guidelines.md).
2+
The UI5 CLI Version 2 code line won't get any further features. Therefore, please checkout the latest [Guidelines](https://github.com/SAP/ui5-tooling/blob/main/docs/Guidelines.md).

docs/index.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
![UI5 logo](images/UI5_logo_wide.png)
22

3-
# UI5 Tooling
3+
# UI5 CLI
44
An open and modular toolchain to develop state-of-the-art applications based on the [UI5](https://ui5.sap.com) framework.
55

6+
!!! abstract "Project Rename"
7+
**UI5 Tooling has been renamed to UI5 CLI 🚨**
8+
9+
Read the announcement blog post: **[SAP Community: Goodbye UI5 Tooling - Hello UI5 CLI!](https://community.sap.com/t5/technology-blog-posts-by-sap/goodbye-ui5-tooling-hello-ui5-cli/ba-p/14211769)**
10+
611
[**Get Started**](./pages/GettingStarted.md){: .md-button .md-button--primary .sap-icon-initiative }
712

813

@@ -20,7 +25,7 @@ npm install --save-dev @ui5/cli
2025

2126
#### ⚙️ Project Setup
2227

23-
Configure your project for use with UI5 Tooling.
28+
Configure your project for use with UI5 CLI.
2429
*Also see the [Configuration Documentation](./pages/Configuration.md)*
2530

2631
```
@@ -35,7 +40,7 @@ type: application
3540

3641
#### 🚚 Dependency Management
3742

38-
UI5 framework dependencies are managed by the tooling. All other dependencies are managed by your favorite node package manager.
43+
UI5 framework dependencies are managed by UI5 CLI. All other dependencies are managed by your favorite node package manager.
3944

4045
```
4146
❯ ui5 use [email protected]
@@ -76,10 +81,10 @@ Build succeeded in 363 ms
7681
```
7782

7883
### 🧪 Node.js API
79-
Most UI5 Tooling modules provide JavaScript APIs for direct consumption in other Node.js projects.
80-
This allows you to rely on UI5 Tooling for UI5-specific build functionality and project handling, while creating your own tools to perfectly match the needs of your project.
84+
Most UI5 CLI modules provide JavaScript APIs for direct consumption in other Node.js projects.
85+
This allows you to rely on UI5 CLI for UI5-specific build functionality and project handling, while creating your own tools to perfectly match the needs of your project.
8186

82-
All available APIs are documented in the [UI5 Tooling API Reference](https://sap.github.io/ui5-tooling/v2/api/index.html).
87+
All available APIs are documented in the [UI5 CLI API Reference](https://sap.github.io/ui5-tooling/v2/api/index.html).
8388

8489
```js linenums="1"
8590
const {normalizer} = require("@ui5/project");

docs/indexJsdoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UI5 Tooling API Reference
1+
# UI5 CLI API Reference
22

33
## Support
44
Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/master/CONTRIBUTING.md#report-an-issue) on how to report an issue. Or chat with us in the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/)

0 commit comments

Comments
 (0)