Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

GoFish 0.10.0

Compare
Choose a tag to compare
@bacongobbler bacongobbler released this 03 Sep 18:31
9251fee

GoFish v0.10.0 is an incremental release over 0.9.0 with a few enhancements:

  • introduced the ability to install mulitple packages in a single gofish install, e.g. gofish install go hugo (thanks @tomlazar!)
  • implemented gofish rig path <rig> for programmatic access to a rig. This is useful when making changes in a rig via cd $(gofish rig path github.com/fishworks/fish-food)
  • fixed a bug where gofish upgrade wouldn't work on Windows due to symlinking issues (now fixed in Go 1.11)

You can see the full CHANGELOG on what's changed between v0.9.0 and v0.10.0 here.

Install

To install v0.10.0, you have two options:

1. From the Install Scripts

MacOS/Linux:

curl -fsSL https://raw.githubusercontent.com/fishworks/fish/master/scripts/install.sh | bash

Windows (PowerShell, as Administrator):

Set-ExecutionPolicy Bypass -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/fishworks/fish/master/scripts/install.ps1'))

2. Upgrade GoFish with GoFish!

All users of GoFish can upgrade GoFish using GoFish! How neat is that?

First, you have to install GoFish, with GoFish:

gofish update
gofish install gofish

Then, any time you want to upgrade GoFish, call gofish upgrade!

gofish upgrade gofish