File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -216,29 +216,36 @@ Use `cds add` to grow your project as you go:
216216cds add data
217217cds add nodejs
218218cds add java
219+ ```
220+ <!--
219221cds add ui5
220222cds add fiori-tools
221- ```
223+ -->
222224
223- Use `cds add` to add deployment options
225+ Use `cds add` to add deployment options:
224226
225227```shell
226- cds add multitenancy
227228cds add hana
229+ cds add xsuaa
230+ cds add ias
231+ cds add multitenancy
228232cds add mta
229233cds add kyma
230234cds add github-actions
231235```
232236
233237### `cds up`
238+
234239Use `cds up` to build and deploy your project in one go:
235240
236241```shell
237242cds up
238- cds up --to hana
239243cds up --to cf
240244cds up --to kyma
241245```
246+ <!--
247+ cds up --to hana
248+ -->
242249
243250## Stay up to Date!
244251
You can’t perform that action at this time.
0 commit comments