compose/cli
Guillaume Tardif 0bcba8d1d2 Set LD_FLAG version from git tag. Displayed version will be (default behaviour of git describe —tags):
* release version : if tag `v0.1.2` is exactly on the built commit : `0.1.2` (strip v when displaying `docker version`)
* dev version : if tag `v0.1.2` is 3 commits before, and we are on commit `xyz` : `0.1.2-3-xyz` 
* will only match tags starting with `v[0-9]`
2020-06-25 13:50:16 +02:00
..
cmd Set LD_FLAG version from git tag. Displayed version will be (default behaviour of git describe —tags): 2020-06-25 13:50:16 +02:00
config Add license headers 2020-06-18 16:48:03 +02:00
formatter Add license headers 2020-06-18 16:48:03 +02:00
mobycli Shell out to Moby cli if user uses -H, regardless of context set. Moby cli will refuse both options (context & host) to be set at the same time 2020-06-23 12:00:46 +02:00
options Allow running `docker -v` or `--version` even if context is not default 2020-06-23 15:13:43 +02:00
main.go Add version in the main package 2020-06-25 12:00:37 +02:00
main_test.go Add license headers 2020-06-18 16:48:03 +02:00