diff --git a/core/dbt/cli/params.py b/core/dbt/cli/params.py index 33f586248c5..96e9e7acd7a 100644 --- a/core/dbt/cli/params.py +++ b/core/dbt/cli/params.py @@ -490,7 +490,8 @@ inline_direct = click.option( "--inline-direct", envvar=None, - help="Pass SQL inline to dbt show. Do not load the entire project or apply templating.", + help="Internal flag to pass SQL inline to dbt show. Do not load the entire project or apply templating.", + hidden=True, ) # `--select` and `--models` are analogous for most commands except `dbt list` for legacy reasons.