Skip to content

Commit c48579d

Browse files
Update tools/cds-cli.md
Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
1 parent 67637cb commit c48579d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tools/cds-cli.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,7 @@ In addition, there are i18n bundles with the localized metadata relevant
510510
for the interface, and a _data_ folder with test data
511511
that exactly matches the structure of the entities in the API.
512512

513-
`cds export` also adds a _package.json_. The package name is the
514-
application name (from the main _package.json_) prefixed with the
515-
file name of the data service, in our example `@capire/xflights-data-service`.
513+
`cds export` also adds a _package.json_. The package name combines the application name (from the main _package.json_) with the file name of the data service. In our example, this results in `@capire/xflights-data-service`.
516514
You can change this name as appropriate.
517515

518516
The generated package can then be published, e.g. via `npm publish`.

0 commit comments

Comments
 (0)