README.md in getv-1.6.1 vs README.md in getv-1.7.0
- old
+ new
@@ -37,29 +37,31 @@
SYNOPSIS
getv [global options] command [command options] [arguments...]
VERSION
- 1.5.0
+ 1.7.0
GLOBAL OPTIONS
- --help - Show this message
- -j, --json - Output in json
- -l, --latest - Latest version
- --version - Display the program version
+ --help - Show this message
+ -j, --json - Output in json
+ -l, --latest - Latest version
+ -p, --proxy=arg - Web proxy (default: none)
+ --version - Display the program version
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
github_release - Get package versions from GitHub releases
github_tag - Get package versions from GitHub tags
+ helm - Get package versions from a Helm chart repository
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 +70,10 @@
Show the latest available version of the `getv` gem:
```console
$ getv --latest gem getv
-1.5.0
+1.7.0
```
Show all `dep` GitHub release versions in JSON:
```console