Releases: gliderlabs/glidergun
Releases · gliderlabs/glidergun
v0.1.0
Fixed
- Resolved issue where
deps-installdownload URL has a redirect - Ensure
gun-find-rootchanges working directory to $GUN_ROOT
Added
-tand--traceas last argument, enables-xcloser to command- Basic test coverage
- Build artifacts on CircleCI, including Go workspace
- Calling help explicitly will show second level commands
GUN_PATHused for module sourcing withPATH-like semantics- Added some initial remote module libraries
Changed
- Deprecated
GUN_MODULE_PATHin favor ofGUN_PATH - Standard error used for warnings and errors
- Static compilation of binary
versionbuiltin command is now:versionhelpbuiltin command is now:helpupdatebuiltin command is now:updateenvbuiltin command is now:envfnbuiltin command is now::
v0.0.7
Added
- Support for
Gunfileas global module / profile - Support for projects without profiles, just
Gunfile - Support for
init()in profiles andGunfile - Support for
-hand--helpas last argument .gunandGunfile.*added to.gitignoreongun init
Removed
- Stopped listing second level commands
Changed
- Using
Gunfileto detect glidergun project instead of.gun - Profiles now use
Gunfile.<name>instead of.gun_<name>
v0.0.6
v0.0.5
Fixed
- Avoid use of system
md5by using baked-inchecksum - Ensure
chmod +xon downloaded binaries in deps.bash gun initno longer breaks.gitignore
Added
gun updatewhich performs a self-update to latest releasegun versionalso displays latest released version if different
Changed
gun initmakes.gunwith its own.gitignore
v0.0.4
v0.0.3
Fixed
- Fixed profile loading logic
Added
- Added basic colored output helpers
- Added
fn-sourcefunction
Removed
- Dropped bindata.go from versioned source
Changed
- Changed
env-exporttoenv-import, now allows default value - Checksum checking is skipped if index provides none
show-env(envsubcommand) output is better aligned
v0.0.2: Merge pull request #1 from gliderlabs/master
fixing profile load bug