Add possible installation issues page (#1627)
* Update Langflow CLI installation and usage instructions
This commit is contained in:
parent
10ecc81f66
commit
606d37bab2
4 changed files with 40 additions and 5 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# 🖥️ Command Line Interface (CLI)
|
||||
|
||||
|
||||
## Overview
|
||||
|
||||
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.
|
||||
|
|
@ -8,9 +7,9 @@ Langflow's Command Line Interface (CLI) is a powerful tool that allows you to in
|
|||
Running the CLI without any arguments will display a list of available commands and options.
|
||||
|
||||
```bash
|
||||
langflow --help
|
||||
python -m langflow --help
|
||||
# or
|
||||
langflow
|
||||
python -m langflow
|
||||
```
|
||||
|
||||
Each option is detailed below:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue