We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1fdb7fd
Reverts Cobra template to original general purpose config.
Boilerplate looks up dbt tool repo if present on filesystem so users don't have to type it in.
Removes Gin template - which was never really general enough for inclusion in the base tool.
16ac5f1
Fixes bug in boilerplate where templates dir was forgotten.
c9d096e
Redesign of 'boilerplate' tool to leverage embedded templates for ease of extension
b6a0c76
Simpler instructions, and boilerplate generates a template that default to checksums: true (Better for S3 usage)
606ec8a
Fixes #23. Uses repository url to set aws region automatically.
aa17827
Replaced core go-crypto with keybase's fork to enable use of modern key algorithms.
Replumbed integration tests to work better and fail visibly.
a08b999
includes go.sum in tool stub generated by boilerplate tool.
Dependencies updated.
Fixes issue #20.
613ac32
Adds public key retrieval via shell func similar to SSH AuthorizedKeysCommand and better docs.
2801bcc
Adds public key based JWT auth as an option to the reposerver.
2b2b407
Reposerver honors flags now when config file isn't used.
Added reposerver dockerfile.