diff --git a/docs/docs/getting-started/cli.mdx b/docs/docs/getting-started/cli.mdx index 2eef6a1b3..9edfca120 100644 --- a/docs/docs/getting-started/cli.mdx +++ b/docs/docs/getting-started/cli.mdx @@ -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.