Add CLI usage instructions

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-02 21:09:47 -03:00
commit c98b77a93e

View file

@ -5,6 +5,14 @@
Langflow's Command Line Interface (CLI) is a powerful tool that allows you to interact with the Langflow server from the command line. The CLI provides a wide range of commands to help you shape Langflow to your needs.
Running the CLI without any arguments will display a list of available commands and options.
```bash
langflow --help
# or
langflow
```
Each option is detailed below:
- `--help`: Displays all available options.