# Telosys CLI

The **Telosys Command Line Interface** allows you to use all Telosys features with a simple and light Command Line Interface.

You can use Telosys CLI to

* initialize a new project
* configure your project&#x20;
* create new models (from scratch or from database)
* install models from depots
* customize your entities in the models&#x20;
* install bundles of templates from depots
* customize existing template or create your own templates
* generate your code&#x20;

Telosys CLI has been developed with Java, \
the Java Runtime (JRE) is the only requirement to use it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.telosys.org/telosys-cli.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
