GithubHelp home page GithubHelp logo

renew's Introduction

renew

Update go install-ed binaries.

renew only depends on the Go standard library.

Installation

Install renew:

go install github.com/clfs/renew@latest

Uninstall renew:

rm $(which renew)

Usage

Run renew for help:

$ renew
Usage of renew:
  -list
        list go install-ed binaries
  -skip
        skip binaries that fail to update
  -update string
        update a single binary to latest
  -update-all
        update all binaries to latest

Print a tab-delimited list of go install-ed binaries:

$ renew -list
renew	github.com/clfs/renew
staticcheck	honnef.co/go/tools/cmd/staticcheck
tfsec	github.com/aquasecurity/tfsec/cmd/tfsec

Update a go-installed binary to @latest:

$ renew -update staticcheck
==== staticcheck
[+] updated!

Update all go-installed binaries to @latest. Optionally, add -skip to continue updating other binaries even if some updates fail.

$ renew -update-all
==== renew
[+] updated!
==== staticcheck
[+] updated!
==== tfsec
[+] updated!

renew's People

Contributors

clfs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.