From c98b77a93ed960156e2aaaa6718ebe5770ab2aab Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 2 Apr 2024 21:09:47 -0300 Subject: [PATCH] Add CLI usage instructions --- docs/docs/getting-started/cli.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) 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.