-
v0.2.0 Stable
released this
2026-03-27 10:43:00 +00:00 | 0 commits to main since this releaseWhats New
- Revamped CLI to use Cobra CLI Framework offering following benefits
- Consistent command interface.
- Better and consistent
helpcommand and flag - Auto completion script using the
completioncommand - New shorthand flags for various command, explore using
--helpor-hflag.
Changelog
73f36be730CHANGE: Switched to using Cobra CLI framework971b51d00bCHANGE: define errors as Error interface583681f9b2CHANGE: inject store as Store interface (repository pattern)845f5bf071CHANGE: project folder structure to match industry standarde26f058ec2CHANGE: transfer logic to service5256d9a5c0FIX: generating vault private correctly now
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
kosh_0.2.0_checksums.txt
7 downloads ·
2026-03-27 10:47:24 +00:00 · 720 B -
kosh_Darwin_arm64.tar.gz
2 downloads ·
2026-03-27 10:47:28 +00:00 · 1.4 MiB -
kosh_Darwin_x86_64.tar.gz
1 download ·
2026-03-27 10:47:29 +00:00 · 1.5 MiB -
kosh_Linux_arm64.tar.gz
1 download ·
2026-03-27 10:47:25 +00:00 · 1.4 MiB -
kosh_Linux_i386.tar.gz
1 download ·
2026-03-27 10:47:29 +00:00 · 1.5 MiB -
kosh_Linux_x86_64.tar.gz
1 download ·
2026-03-27 10:47:28 +00:00 · 1.5 MiB -
kosh_Windows_arm64.zip
1 download ·
2026-03-27 10:47:29 +00:00 · 1.5 MiB -
kosh_Windows_i386.zip
1 download ·
2026-03-27 10:47:30 +00:00 · 1.6 MiB -
kosh_Windows_x86_64.zip
1 download ·
2026-03-27 10:47:23 +00:00 · 1.7 MiB
- Revamped CLI to use Cobra CLI Framework offering following benefits