dbt-labs / dbt-completion.bash

Adds autocompletion to the dbt CLI
https://www.getdbt.com/
Apache License 2.0
116 stars 29 forks source link

Add completion for build and ls and update flags #12

Closed b-per closed 2 years ago

b-per commented 3 years ago

An update to the zsh completion script, based on the flags and subcommands in dbt 1.0.0-b2

The main changes are:

I also cleaned the code to remove some functions not used and that could be confusing (I am the person who created the completion file originally but I changed my GitHub name since then)

joellabes commented 2 years ago

Thanks @b-per! Sorry this took so long to merge 💀