diff --git a/dlt/cli/docs_command.py b/dlt/cli/docs_command.py index 0761671380..6f75b020c5 100644 --- a/dlt/cli/docs_command.py +++ b/dlt/cli/docs_command.py @@ -18,9 +18,8 @@ -This page contains all commands available in the dlt CLI if dlt+ is installed and is generated +This page contains all commands available in the dlt CLI and is generated automatically from the fully populated python argparse object of dlt. - :::note Flags and positional commands are inherited from the parent command. Position within the command string is important. For example if you want to enable debug mode on the pipeline command, you need to add the diff --git a/docs/website/docs/reference/command-line-interface.md b/docs/website/docs/reference/command-line-interface.md index b10028899d..ed179671e6 100644 --- a/docs/website/docs/reference/command-line-interface.md +++ b/docs/website/docs/reference/command-line-interface.md @@ -9,9 +9,8 @@ keywords: [command line interface, cli, dlt init] -This page contains all commands available in the dlt CLI if dlt+ is installed and is generated +This page contains all commands available in the dlt CLI and is generated automatically from the fully populated python argparse object of dlt. - :::note Flags and positional commands are inherited from the parent command. Position within the command string is important. For example if you want to enable debug mode on the pipeline command, you need to add the