Skip to content

Commit

Permalink
remove section about n8n --help showing all possible commands
Browse files Browse the repository at this point in the history
`n8n --help` will instead link to the online docs for the CLI
  • Loading branch information
despairblue committed Jan 26, 2024
1 parent dccdfb2 commit 4f06443
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/hosting/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <n8n-container-name> <n8n-cli-command>
```

## 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.
Expand Down

0 comments on commit 4f06443

Please sign in to comment.