Skip to content

Commit 7bb567a

Browse files
authored
docs: Rename UI5 CLI related projects (#459)
- Rename UI5 Tooling to UI5 CLI - Rename UI5 Tooling extensions to UI5 CLI extensions JIRA: CPOUI5FOUNDATION-1058 JIRA: CPOUI5FOUNDATION-1060
1 parent 12884ad commit 7bb567a

17 files changed

+90
-90
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug Report
3-
about: Report an issue with a package part of UI5 Tooling Extensions
3+
about: Report an issue with a package part of UI5 CLI Extensions
44
title: ''
55
type: Bug
66
labels: needs triage
@@ -10,7 +10,7 @@ assignees: ''
1010

1111
<!--
1212
Hey there 👋 Please have a look at our guidelines on reporting issues:
13-
https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md#-reporting-issues
13+
https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md#-reporting-issues
1414
1515
Please use this template and replace as many "{...}" and "unknown" as possible.
1616
Thank you 🧡
@@ -36,7 +36,7 @@ Thank you 🧡
3636

3737
## Context
3838

39-
- UI5 Tooling Extension package and version
39+
- UI5 CLI Extension package and version
4040
- UI5 Module Version (output of `ui5 --version` when using the CLI): **`unknown`**
4141
- Node.js Version: **`unknown`**
4242
- npm Version: `unknown`

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 2 additions & 2 deletions
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 a package part of UI5 Tooling Extensions
3+
about: Request a new feature to be added to a package part of UI5 CLI Extensions
44
title: ''
55
type: Feature
66
assignees: ''
@@ -9,7 +9,7 @@ assignees: ''
99

1010
<!--
1111
Hey there 👋 Please also have a look at our guidelines on feature requests:
12-
https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md#-feature-requests
12+
https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md#-feature-requests
1313
-->
1414

1515
## Is your feature request related to a problem? Please describe.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To get it merged faster, kindly review the checklist below:
44

55
## Pull Request Checklist
6-
- [ ] Reviewed the [Contributing Guidelines](https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md#-contributing-code)
7-
+ Especially the [How to Contribute](https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md#how-to-contribute) section
8-
- [ ] [No merge commits](https://github.com/SAP/ui5-tooling-extensions/blob/main/docs/Guidelines.md#no-merge-commits)
9-
- [ ] [Correct commit message style](https://github.com/SAP/ui5-tooling-extensions/blob/main/docs/Guidelines.md#commit-message-style)
6+
- [ ] Reviewed the [Contributing Guidelines](https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md#-contributing-code)
7+
+ Especially the [How to Contribute](https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md#how-to-contribute) section
8+
- [ ] [No merge commits](https://github.com/UI5/cli-extensions/blob/main/docs/Guidelines.md#no-merge-commits)
9+
- [ ] [Correct commit message style](https://github.com/UI5/cli-extensions/blob/main/docs/Guidelines.md#commit-message-style)

CONTRIBUTING.md

Lines changed: 14 additions & 14 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

33
## Content
44

@@ -9,23 +9,23 @@
99

1010
### ⚡️ Quick Links for Maintainers
1111

12-
- [All Open Pull Requests](https://github.com/SAP/ui5-tooling-extensions/pulls)
13-
- [All Open Issues](https://github.com/SAP/ui5-tooling-extensions/pulls)
12+
- [All Open Pull Requests](https://github.com/UI5/cli-extensions/pulls)
13+
- [All Open Issues](https://github.com/UI5/cli-extensions/pulls)
1414

1515
## 📝 Reporting Issues
1616

1717
### Seeking Help / Not a Bug
1818

19-
If you need help setting something up, or if you have questions regarding UI5 Tooling, please seek help on a community platform like [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-tooling) or the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw).
19+
If you need help setting something up, or if you have questions regarding UI5 CLI, please seek help on a community platform like [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-cli) or the [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw).
2020

2121
### How to Report an Issue
2222

23-
1. **Only UI5 Tooling Extensons issues**
23+
1. **Only UI5 CLI Extensons issues**
2424
* Please do not report:
2525
* Issues caused by dependencies.
2626
* Issues caused by the use of non-public/internal methods. Only the public methods listed in the API documentation may be used.
2727
* Something you do not get to work properly, see [Not a Bug / Questions](#not-a-bug--questions).
28-
2. **No duplicate**: You have searched the [issue tracker](https://github.com/SAP/ui5-tooling-extensions/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) to make sure the bug has not already been reported.
28+
2. **No duplicate**: You have searched the [issue tracker](https://github.com/UI5/cli-extensions/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) to make sure the bug has not already been reported.
2929
3. **Good summary**: The summary should be specific to the issue.
3030
4. **Current bug**: The bug can be reproduced in the most current version of the relevant module(s).
3131
5. **Reproducible bug**: There are step-by-step instructions provided on how to reproduce the issue.
@@ -38,7 +38,7 @@ If you need help setting something up, or if you have questions regarding UI5 To
3838

3939
We encourage you to follow the issue template that will be presented to you when creating a new issue.
4040

41-
When you are ready, report your issue here: https://github.com/SAP/ui5-tooling-extensions/issues/new
41+
When you are ready, report your issue here: https://github.com/UI5/cli-extensions/issues/new
4242

4343
### Reporting Security Issues
4444

@@ -60,7 +60,7 @@ GitHub offers labels to categorize issues. The labels can only be set and modifi
6060
- **`Bug`**: This issue is a bug in the code.
6161
- **`Feature`**: This is not a bug report, but an feature request.
6262

63-
#### Specific issue categories for UI5 Tooling Extensions:
63+
#### Specific issue categories for UI5 CLI Extensions:
6464

6565
- **`documentation`**: This issue is about wrong documentation.
6666
- **`needs triage`**: This issue needs to be investigated and confirmed as a valid issue that is not a duplicate
@@ -79,15 +79,15 @@ GitHub offers labels to categorize issues. The labels can only be set and modifi
7979

8080
### Issue Reporting Disclaimer
8181

82-
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.
82+
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.
8383

84-
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.
84+
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.
8585

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

8888
## 🤩 Feature Requests
8989

90-
You can request most features by creating an issue in the UI5 Tooling repository: https://github.com/SAP/ui5-tooling-extensions/issues/new
90+
You can request most features by creating an issue in the UI5 CLI repository: https://github.com/UI5/cli-extensions/issues/new
9191

9292
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.
9393

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

105105
### General Remarks
106106

107-
You are welcome to contribute code to the UI5 Tooling in order to fix bugs or to implement new features.
107+
You are welcome to contribute code to the UI5 CLI in order to fix bugs or to implement new features.
108108

109109
There are three important things to know:
110110

111111
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.
112112
2. Follow our **[Development Conventions and Guidelines](docs/Guidelines.md)**.
113-
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.
113+
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.
114114

115115
### Developer Certificate of Origin (DCO)
116116

@@ -122,7 +122,7 @@ This DCO replaces the previously used CLA ("Contributor License Agreement") as w
122122
### How to Contribute
123123

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

README.md

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

3-
# ui5-tooling-extensions
3+
# ui5-cli-extensions
44

5-
> A monorepo containing several packages that provide further capabilities for users of [UI5 Tooling](https://github.com/SAP/ui5-tooling).
5+
> A monorepo containing several packages that provide further capabilities for users of [UI5 CLI](https://github.com/UI5/cli).
66
7-
[![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-tooling-extensions/badge.svg)](https://coveralls.io/github/SAP/ui5-tooling-extensions)
7+
[![Coverage Status](https://coveralls.io/repos/github/UI5/cli-extensions/badge.svg)](https://coveralls.io/github/UI5/cli-extensions)
88
[![OpenUI5 Community Slack (#tooling channel)](https://img.shields.io/badge/slack-join-44cc11.svg)](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw)
99
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
10-
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-tooling-extensions)](https://api.reuse.software/info/github.com/SAP/ui5-tooling-extensions)
10+
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/cli-extensions)](https://api.reuse.software/info/github.com/UI5/cli-extensions)
1111

1212
## Requirements
1313

14-
The offered extensions require UI5 Tooling Version 3 and above.
14+
The offered extensions require UI5 CLI Version 3 and above.
1515

1616
## Packages
1717

18-
UI5 Tooling Extensions consist of multiple packages managed in a separate folder:
18+
UI5 CLI Extensions consist of multiple packages managed in a separate folder:
1919

2020
- [middleware-code-coverage](packages/middleware-code-coverage/): A custom server middleware providing an endpoint for code instrumentation
2121

22-
These extensions are developed and maintained by SAP. There are many more UI5 Tooling extensions available developed by the open-source community. Check out [Best of UI5](https://bestofui5.org/) to explore the world of custom UI5 Tooling middlewares/tasks, UI5 controls and more.
22+
These extensions are developed and maintained by SAP. There are many more UI5 CLI extensions available developed by the open-source community. Check out [Best of UI5](https://bestofui5.org/) to explore the world of custom UI5 CLI middlewares/tasks, UI5 controls and more.
2323

2424
## Code of Conduct
2525

26-
Please check our [Code of Conduct](https://github.com/SAP/ui5-tooling-extensions/blob/main/CODE_OF_CONDUCT.md).
26+
Please check our [Code of Conduct](https://github.com/UI5/cli-extensions/blob/main/CODE_OF_CONDUCT.md).
2727

2828
## Contributing
2929

30-
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md).
30+
Please check our [Contribution Guidelines](https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md).
3131

3232
## Support
3333

34-
Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling-extensions/blob/main/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://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw). For public Q&A, use the [`ui5-tooling` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/ui5-tooling).
34+
Please follow our [Contribution Guidelines](https://github.com/UI5/cli-extensions/blob/main/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://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw). For public Q&A, use the [`ui5-cli` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/ui5-cli).
3535

3636
## Licensing
3737

38-
Copyright 2025 SAP SE or an SAP affiliate company and UI5 Tooling Extensions contributors. Please see our [LICENSE.txt](LICENSE.txt) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/ui5-tooling-extensions).
38+
Copyright 2025 SAP SE or an SAP affiliate company and UI5 CLI Extensions contributors. Please see our [LICENSE.txt](LICENSE.txt) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/UI5/cli-extensions).

REUSE.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version = 1
2-
SPDX-PackageName = "ui5-tooling"
2+
SPDX-PackageName = "ui5-cli-extensions"
33
SPDX-PackageSupplier = "SAP OpenUI5 <[email protected]>"
4-
SPDX-PackageDownloadLocation = "https://github.com/SAP/ui5-tooling-extensions"
4+
SPDX-PackageDownloadLocation = "https://github.com/UI5/cli-extensions"
55
SPDX-PackageComment = "The code in this project may include calls to APIs (“API Calls”) of\n SAP or third-party products or services developed outside of this project\n (“External Products”).\n “APIs” means application programming interfaces, as well as their respective\n specifications and implementing code that allows software to communicate with\n other software.\n API Calls to External Products are not licensed under the open source license\n that governs this project. The use of such API Calls and related External\n Products are subject to applicable additional agreements with the relevant\n provider of the External Products. In no event shall the open source license\n that governs this project grant any rights in or to any External Products,or\n alter, expand or supersede any terms of the applicable additional agreements.\n If you have a valid license agreement with SAP for the use of a particular SAP\n External Product, then you may make use of any API Calls included in this\n project’s code for that SAP External Product, subject to the terms of such\n license agreement. If you do not have a valid license agreement for the use of\n a particular SAP External Product, then you may only make use of any API Calls\n in this project for that SAP External Product for your internal, non-productive\n and non-commercial test and evaluation of such API Calls. Nothing herein grants\n you any rights to use or access any SAP External Product, or provide any third\n parties the right to use of access any SAP External Product, through API Calls."
66

77
[[annotations]]
88
path = "**"
99
precedence = "aggregate"
10-
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 Tooling contributors"
10+
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 CLI extensions contributors"
1111
SPDX-License-Identifier = "Apache-2.0"

SUPPORT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### Support
22

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

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

7-
* [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-tooling)
7+
* [StackOverflow](http://stackoverflow.com/questions/tagged/ui5-cli)
88
* The [`#tooling`](https://openui5.slack.com/archives/C0A7QFN6B) channel of the [OpenUI5 Community Slack](https://join.slack.com/t/openui5/shared_invite/zt-1q128gn3p-JeZTi9XCpPxW8kBohSgqnw).
99

10-
If you want to report an issue or request a new feature, please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling-extensions/blob/main/CONTRIBUTING.md#-feature-requests).
10+
If you want to report an issue or request a new feature, please follow our [Contribution Guidelines](https://github.com/UI5/cli-extensions/blob/main/CONTRIBUTING.md#-feature-requests).

0 commit comments

Comments
 (0)