Skip to content

Releases: ekalinin/pbvm

v0.0.2

22 Jul 12:36
Compare
Choose a tag to compare

Changelog

f6a348f README: add completion section
9424277 README: update install part
9be7dea completion: fix help for zsh
2a37700 list-local: fixed if home is not created yet

v0.0.1

21 Jul 23:13
Compare
Choose a tag to compare

Changelog

aa441c2 Enable gh-actions/goreleaser
e9e4d38 Makefile: fixed check-* rules (used only with release)
795bb82 Makefile: fixed release (added push)
3ff1502 Merge branch 'master' of github.com:ekalinin/pbvm
d6ca605 README: add
ff4aa6d README: update
86809ec activate: new command
2e40c50 activate: short desc fix; delete: add ref to cobra's issue
6a391f1 added 'install' command
e231520 added Makefile
e655ac2 added aliases ls, lsr
3fc9ed8 added cmd.d log function
5750977 added gitignore
27ea99d added global verbose/version flags
f0c5806 added goreleaser.yml
d1eace3 build: add commit & date to the version output
a1d84bb cmd/const: set defaults for version/commit
f55336d completion: add a new command
c668ddc delete: new command
ed56bef init
494e367 install: check if version installed before network actions
39ace94 install: check if zip archive exists in tmp before download; add some debug
9f0cf7a install: use utils.FilterAsset
8f851b6 list-local: changed order of versions output (new order: desc)
7ab601b list-local: new command
dde286f list-remote: use const pbDateFormat
b8b7364 list-remote: use utils.IsInstalledVersion
43b4128 move app name to the const
113a256 root: use version variable (will be set by goreleaser)
75e68ee run: new command