nikogura / dbt

A delivery system for running self-updating, signed tools.
MIT License
61 stars 8 forks source link

Feature Request: Make Tool Version Selection Granular #11

Open nikogura opened 4 years ago

nikogura commented 4 years ago

Currently, you can get v1.2.3 of tool 'foo' by running:

dbt -v 1.2.3 foo ....

This is cool, but it might be useful to mod the semver parsing logic to be able to return 'the newest 2.x version' like:

dbt -v 2 foo ...

or 'the latest 2.1.x version' via:

dbt -v 2.1 foo ...

Makes for more flexibilty.

nikogura commented 4 years ago

Will explore for v3.0.0