Skip to content

chriscool/ipfs-update

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipfs update

An updater tool for ipfs. Can fetch and install given versions of go-ipfs.

Installation

Requirement: Go version 1.5 or higher

go get -u github.com/ipfs/ipfs-update

Note

If you do not see the expected version listed by ipfs-update versions. Try updating ipfs-update (either by the above go get command or through gobuilder).

Usage

version

ipfs-update version prints out the version of ipfs that is currently installed.

versions

ipfs-update versions prints out all versions of ipfs available for installation.

install

ipfs-update install <version> downloads, tests, and installs the specified version of ipfs. The existing version is stashed in case a revert is needed.

revert

ipfs-update revert reverts to the previously installed version of ipfs. This is useful if the newly installed version has issues and you would like to switch back to your older stable installation.

fetch

ipfs-update fetch downloads the specified version of ipfs into your current directory. This is a plumbing command that can be utilized in scripts or by more advanced users.

About

An updater tool for ipfs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%