From 452dfd50a11cb47cede73cbdd4bd7e9615f04574 Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Thu, 21 Jan 2021 12:42:03 +0100 Subject: [PATCH] :hammer: Minor fixes --- docs/reference/start-workflows-via-cli.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/start-workflows-via-cli.md b/docs/reference/start-workflows-via-cli.md index 1cf5f2e17..9887d5753 100644 --- a/docs/reference/start-workflows-via-cli.md +++ b/docs/reference/start-workflows-via-cli.md @@ -63,7 +63,7 @@ There are a couple of flags available for this. ### Workflows -Export all your workflows: +Export all your workflows to the standard output (terminal): ```bash n8n export:workflow --all @@ -75,7 +75,7 @@ Export a workflow by its ID and specify the output file name: n8n export:workflow --id= --output=file.json ``` -Export all workflows to a specific directory: +Export all workflows to a specific directory in a single file: ```bash n8n export:workflow --all --output=backups/latest/ @@ -89,7 +89,7 @@ n8n export:workflow --backup --output=backups/latest/ ### Credentials -Export all your credentials: +Export all your credentials to the standard output (terminal): ```bash n8n export:credentials --all @@ -101,7 +101,7 @@ Export credentials by their ID and specify the output file name: n8n export:credentials --id= --output=file.json ``` -Export all credentials to a specific directory: +Export all credentials to a specific directory in a single file: ```bash n8n export:credentials --all --output=backups/latest/