Skip to content

Commit

Permalink
CLI: add sample
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Jan 17, 2025
1 parent 8e94157 commit 2d34900
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tools/cds-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,24 @@ The facets built into `@sap/cds-dk` provide you with a large set of standard fea
<!--@include: ./assets/help/cds-add.out.md -->
:::

### sample {.add}

Creates a bookshop application including custom code (Node.js or Java) and a UI with [SAP Fiori Elements](../advanced/fiori).

```sh
cds add sample
```

This corresponds to the result of the [_Getting Started in a Nutshell_ guide](../get-started/in-a-nutshell).

### tiny-sample {.add}

Creates a minimal CAP application without UI.

```sh
cds add tiny-sample
```

### data {.add}

Adds files to the project that carry initial data, in either JSON and CSV format.
Expand Down

0 comments on commit 2d34900

Please sign in to comment.