Releases: andrewpmartinez/ziti-git
Releases · andrewpmartinez/ziti-git
v1.9.0
v1.6.0
- adds auto go mod tidy execution for use-local and use-remote
- adds flag to avoid auto go mod tidy via --no-tidy / -n
v1.5.0 exec vs git
Adds zg e
vs zg g
for git sub commands (g) and arbitrary shell command (e)
v1.4.1
fix spelling #patch
Windows / Init Fixes
- Fixed windows color output for CMD/Powershell.
- Fixed missing config directory causing errors
v1.0.0
- adds
ziti-git use-remote
- adds
ziti-git exec
- adds git directory detection for
use-remote
anduse-local
v0.4.1
- Adds error output to
use-local
,ul
with the-c
flag will now report when it isn't in a git repo (meant to be used in an openziti repo)ul
without the-c
flag will now report when it is in a git repo (meant to be used from a parent directory w/ the openziti repos under it)
- Fixes error formatting
v0.4.0
- Accidental minor bump
- Readme fixes.
v0.3.0
- Adds 'checkout ' to get the current openziti repo dependency versions
- Adds
use-local
support to modifygo.mod
files to activate/deactivatereplace
directives
v0.2.0
- Adds
unregister-tag
command to bulk remove registered repositories - Adds
clone
command to clone the openziti repositories to the current working directory