We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
b90375e
Added ability to specify basic auth credentials if desired.
fda9d7f
Fixed bug in boilerplate where go.mod was missing it's final parenthesis.
Fixed bug in boilerplate where files were created in $(pwd)/$pkg instead of $(pwd)/$toolName
764d86a
Fixed issues #4, #5, #8 .
Boilerplate now generated go.mod. Boilerplate now generates in $(pwd), so if you want it in your $GOPATH, cd there.
7e8b0f8
Fixes offline mode so that dbt -o <tool> .... actually works.
dbt -o <tool> ....
e50d3b0
Resolves #9.
Still requires /usr/local/bin to be writable by the user though.
a19c088
Fixed confusing message in boilerplate gen
boilerplate gen
aca0154
Fixed issue with boilerplate generating old format metadata.json
c169b79
Fully converted to go modules.
Removed govendor bits.
Added extra error returns to (hopefully) address eternal loops on failed self-update.
b66f400
Moved dbt output about downloads, and the progress bar to STDERR so as to not interfere with tools that spit output on STDOUT for downstream parsing.
d2111f2
Added progress bar to downloads