Skip to content

Releases: andrewpmartinez/ziti-git

v1.9.0

01 Mar 14:26
b99b173
Compare
Choose a tag to compare
  • adds repository shortcuts for --use-local and --use-remote
  • adds additional repositories for clone

v1.6.0

13 Jan 14:01
fe35373
Compare
Choose a tag to compare
  • 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

23 Mar 14:44
2a7f46b
Compare
Choose a tag to compare

Adds zg e vs zg g for git sub commands (g) and arbitrary shell command (e)

v1.4.1

05 Feb 18:15
Compare
Choose a tag to compare
fix spelling #patch

Windows / Init Fixes

05 Feb 17:29
82609cd
Compare
Choose a tag to compare
  • Fixed windows color output for CMD/Powershell.
  • Fixed missing config directory causing errors

v1.0.0

14 Oct 15:26
1a19c41
Compare
Choose a tag to compare
  • adds ziti-git use-remote
  • adds ziti-git exec
  • adds git directory detection for use-remote and use-local

v0.4.1

25 Aug 13:03
96a7735
Compare
Choose a tag to compare
  • 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

25 Aug 13:03
aa42875
Compare
Choose a tag to compare
  • Accidental minor bump
  • Readme fixes.

v0.3.0

24 Aug 14:48
f1ea4fc
Compare
Choose a tag to compare
  • Adds 'checkout ' to get the current openziti repo dependency versions
  • Adds use-local support to modify go.mod files to activate/deactivate replace directives

v0.2.0

12 Aug 22:29
d14466e
Compare
Choose a tag to compare
  • Adds unregister-tag command to bulk remove registered repositories
  • Adds clone command to clone the openziti repositories to the current working directory