gem push <GEM>
Push a gem up to the gem server
Arguments
Name | Description |
---|---|
GEM | Built gem to push up |
Options
Name | Description |
---|---|
--host <HOST> | Use another gemcutter-compatible host (e.g. https://rubygems.org) |
-k, --key <KEYNAME> | Use the given API key |
--otp <CODE> | Digit code for multifactor authentication You can also use the environment variable GEM_HOST_OTP_CODE |
-p, --http-proxy [URL] | Use HTTP proxy for remote operations |
--no-http-proxy | Do not use HTTP proxy for remote operations |