Skip to content

Commit

Permalink
remove dlt+ mention
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jan 28, 2025
1 parent 4a4e10d commit 702820b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dlt/cli/docs_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
<!-- this page is fully generated from the argparse object of dlt, run make update-cli-docs to update it -->
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
Expand Down
3 changes: 1 addition & 2 deletions docs/website/docs/reference/command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ keywords: [command line interface, cli, dlt init]

<!-- this page is fully generated from the argparse object of dlt, run make update-cli-docs to update it -->

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

0 comments on commit 702820b

Please sign in to comment.