| WOLFICTL-RUBY-CHECK-UPGRADE(1) | WOLFICTL-RUBY-CHECK-UPGRADE(1) |
NAME¶
wolfictl-ruby-check-upgrade - Check if gemspec for restricts a gem from upgrading to a specified ruby version.
SYNOPSIS¶
wolfictl ruby check-upgrade [flags]
DESCRIPTION¶
NOTE: This is currently restricted to ruby code housed on Github
as that is the
majority. There are some on Gitlab and adding Gitlab API support is TODO.
OPTIONS¶
-h, --help[=false]
help for check-upgrade
--no-cache[=false]
do not use cached results
-u, --ruby-upgrade-version=""
ruby version to check for updates
-r, --ruby-version=""
ruby version to search for
OPTIONS INHERITED FROM PARENT COMMANDS¶
--log-level="WARN"
log level (e.g. debug, info, warn, error)
EXAMPLE¶
Check if all ruby-3.2 packages in the current directory can be upgraded to ruby-3.3¶
wolfictl ruby check-upgrade . --ruby-version 3.2 --ruby-upgrade-version 3.3
SEE ALSO¶
| Auto generated by spf13/cobra |