github.com/creativeprojects/go-selfupdate@v1.2.0/cmd/detect-latest-release/README.md (about)

     1  This command line tool is a small wrapper of [`selfupdate.DetectLatest()`](https://pkg.go.dev/github.com/creativeprojects/go-selfupdate/selfupdate#DetectLatest).
     2  
     3  Please install using `go get`.
     4  
     5  ```
     6  $ go get -u github.com/creativeprojects/go-selfupdate/cmd/detect-latest-release
     7  ```
     8  
     9  To know the usage, please try the command without any argument.
    10  
    11  ```
    12  $ detect-latest-release
    13  ```
    14  
    15  For example, following shows the latest version of [resticprofile](https://github.com/creativeprojects/resticprofile).
    16  
    17  ```
    18  $ detect-latest-release creativeprojects/resticprofile
    19  ```
    20