# Retrodeep CLI

The Retrodeep CLI allows you to interact with Retrodeep directly from your terminal. The retrodeep command can be used to do a wide array of functions and can be used from either the dir of the project or by providing a dir path.

### What can it do?

The Retrodeep CLI can be used to:

* **Deploy Applications:** Quickly deploy your projects directly from your local directories or via repository links with minimal setup.
* **Streamline Development:** Use the `dev` command to run your projects locally, simplifying testing and debugging before deployment.
* **View Logs:** Easily access detailed logs for your deployments to monitor their performance and troubleshoot issues in real-time.
* **Manage Projects:** Create, list, and delete your projects within Retrodeep. This includes viewing all deployments linked to a specific project.
* **Control Deployments:** Manage and remove deployments directly from the CLI, giving you full control over your live applications.
* **Authenticate Seamlessly:** Securely log in and out of your Retrodeep account using GitHub OAuth for a streamlined authentication process.
* **Interactive Help:** Access detailed command descriptions and usage guidelines directly through the CLI to help you navigate and utilize its full potential.


---

# 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://docs.retrodeep.com/retrodeep-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.
