Skip to content

Commit 81dfb57

Browse files
authored
Add missing CLI commands (#2036)
As copied from `cds --help`. I think some are left out on purpose, but I added the recently introduced commands.
1 parent b895dd2 commit 81dfb57

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

about/features.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,13 @@ Following is an index of the features currently covered by CAP, with status and
4747
| [Compile cds models to different outputs](../node.js/cds-compile) | `cds compile <models>` |
4848
| [Run your services in local server](../node.js/cds-serve) | `cds serve <services>` |
4949
| [Run and restart on file changes](../get-started/in-a-nutshell) | `cds watch` |
50-
| [Read-eval-event loop](../node.js/cds-env#cli) <!-- TODO --> | `cds repl` |
50+
| [Read-eval-event loop](../node.js/cds-env#cli) | `cds repl` |
5151
| Inspect effective configuration | `cds env` |
5252
| Prepare for deployment | `cds build` |
53-
| Deploy to databases or cloud | `cds deploy` |
53+
| Deploy to databases | `cds deploy` |
54+
| Build and deploy your application to the cloud | `cds up` |
55+
| Bind application to remote services | `cds bind` |
56+
| Debug your application | `cds debug` |
5457
| Login to multitenant SaaS application | `cds login <app-url>` |
5558
| Upgrade SaaS tenant(s) to latest versions | `cds upgrade` |
5659
| Logout from multitenant SaaS application | `cds logout` |

0 commit comments

Comments
 (0)