From 4f0644301c5bbabc709630622341239cdf386c99 Mon Sep 17 00:00:00 2001 From: Danny Martini Date: Fri, 26 Jan 2024 09:39:24 +0100 Subject: [PATCH] remove section about `n8n --help` showing all possible commands `n8n --help` will instead link to the online docs for the CLI --- docs/hosting/cli-commands.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/hosting/cli-commands.md b/docs/hosting/cli-commands.md index 499e32307e9..43722a5b58d 100644 --- a/docs/hosting/cli-commands.md +++ b/docs/hosting/cli-commands.md @@ -17,14 +17,6 @@ You can use CLI commands with self-hosted n8n. Depending on how you choose to in docker exec -u node -it ``` -## View the CLI help - -You can see a list of available commands and descriptions in your CLI: - -```bash -n8n --help -``` - ## Start a workflow You can start workflows directly using the CLI.