Add CLI usage instructions
This commit is contained in:
parent
1faecf564e
commit
c98b77a93e
1 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue