Releases: gliderlabs/glidergun
Releases · gliderlabs/glidergun
v0.1.0
Fixed
- Resolved issue where
deps-install
download URL has a redirect - Ensure
gun-find-root
changes working directory to $GUN_ROOT
Added
-t
and--trace
as last argument, enables-x
closer to command- Basic test coverage
- Build artifacts on CircleCI, including Go workspace
- Calling help explicitly will show second level commands
GUN_PATH
used for module sourcing withPATH
-like semantics- Added some initial remote module libraries
Changed
- Deprecated
GUN_MODULE_PATH
in favor ofGUN_PATH
- Standard error used for warnings and errors
- Static compilation of binary
version
builtin command is now:version
help
builtin command is now:help
update
builtin command is now:update
env
builtin command is now:env
fn
builtin command is now::
v0.0.7
Added
- Support for
Gunfile
as global module / profile - Support for projects without profiles, just
Gunfile
- Support for
init()
in profiles andGunfile
- Support for
-h
and--help
as last argument .gun
andGunfile.*
added to.gitignore
ongun init
Removed
- Stopped listing second level commands
Changed
- Using
Gunfile
to 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
md5
by using baked-inchecksum
- Ensure
chmod +x
on downloaded binaries in deps.bash gun init
no longer breaks.gitignore
Added
gun update
which performs a self-update to latest releasegun version
also displays latest released version if different
Changed
gun init
makes.gun
with its own.gitignore
v0.0.4
v0.0.3
Fixed
- Fixed profile loading logic
Added
- Added basic colored output helpers
- Added
fn-source
function
Removed
- Dropped bindata.go from versioned source
Changed
- Changed
env-export
toenv-import
, now allows default value - Checksum checking is skipped if index provides none
show-env
(env
subcommand) output is better aligned
v0.0.2: Merge pull request #1 from gliderlabs/master
fixing profile load bug