gem list [REGEXP]
Display local gems whose name matches REGEXP
Arguments
Name | Description |
---|
REGEXP | Regexp to look for in gem name |
Options
Name | Description |
---|
-d, --details | Display detailed information of gem(s) |
--no-details | Do not display detailed information of gem(s) |
-u, --update-sources | [Deprecated] Update local source cache |
--no-update-sources | [Deprecated] Do not update local source cache |
-a, --all | Display all gem versions |
-e, --exact | Name of gem(s) to query on matches the provided STRING |
--prerelease | Allow prerelease versions of a gem |
--no-prerelease | Do not allow prerelease versions of a gem |
-i, --installed | Check for installed gem |
-I, --no-installed | Check for not installed gem |
-v, --version <VERSION> | Specify version of gem to list for use with --installed |
--versions | Display only gem names |
--no-versions | Display not only gem names |
-l, --local | Restrict operations to the LOCAL domain |
-r, --remote | Restrict operations to the REMOTE domain |
-b, --both | Allow LOCAL and REMOTE operations |
-B, --bulk-threshold <COUNT> | Threshold for switching to bulk synchronization (default 1000) |
--clear-sources | Clear the gem sources |
-s, --source <URL> | Append URL to list of remote gem sources |
-p, --http-proxy [URL] | Use HTTP proxy for remote operations |
--no-http-proxy | Do not use HTTP proxy for remote operations |