README.md in getv-1.4.0 vs README.md in getv-1.5.0
- old
+ new
@@ -37,11 +37,11 @@
SYNOPSIS
getv [global options] command [command options] [arguments...]
VERSION
- 1.3.0
+ 1.5.0
GLOBAL OPTIONS
--help - Show this message
@@ -53,13 +53,13 @@
COMMANDS
docker - Get package versions from a Docker or OCI container image registry
gem - Get package versions from RubyGems.org
get - Get package versions from text file URL
- github_commit - Get package versions from GitHub commits. Set environment variable $GITHUB_TOKEN to avoid GitHub API limit.
- github_release - Get package versions from GitHub releases. Set environment variable $GITHUB_TOKEN to avoid GitHub API limit.
- github_tag - Get package versions from GitHub tags. Set environment variable $GITHUB_TOKEN to avoid GitHub API limit.
+ github_commit - Get package versions from GitHub commits
+ github_release - Get package versions from GitHub releases
+ github_tag - Get package versions from GitHub tags
help - Shows a list of commands or help for one command
index - Get package versions from web page of links
npm - Get package versions from npm at registry.npmjs.org
pypi - Get package versions from the Python Package Index at pypi.org
```
@@ -68,10 +68,10 @@
Show the latest available version of the `getv` gem:
```console
$ getv --latest gem getv
-1.3.0
+1.5.0
```
Show all `dep` GitHub release versions in JSON:
```console