README in rvm-0.1.7 vs README in rvm-0.1.8
- old
+ new
@@ -4,19 +4,20 @@
rvm Action [Implementation] [Flags] [Options]
Action
* usage - show this usage information
+ version - show the rvm version installed in rvm_path
use - setup current shell to use a specific ruby version
- info - show information for current ruby
- list - show currently installed versions
reload - reload rvm source itself (useful after changing rvm source)
- implode - removes all ruby installations it manages, everything in ~/.rvm
+ implode - removes rvm completely, i.e. everything in ~/.rvm
update - upgrades rvm to the latest version.
- reset - remove default and current settings, exit the shell.
- (If you experience odd behavior try this first)
- debug - emit environment & configuration information for *current* ruby
+ (If you experience bugs try this first with --head)
+ reset - remove current and stored default & system settings.
+ (If you experience odd behavior try this second)
+ info - show information for current ruby
+ debug - show environment & configuration information for *current* ruby
install - install one or many ruby versions
uninstall - uninstall one or many ruby versions, leaves their sources
remove - uninstall one or many ruby versions and remove their sources
@@ -29,10 +30,22 @@
gems - gems(ets): http://rvm.beginrescueend.com/gemsets/#managing
gemdir - switch to gem directory for installation (new login shell)
srcdir - switch to src directory for the current ruby installation
+ fetch - Performs an archive / src fetch only of the selected ruby.
+ srcdir - display the path to rvm source directory (may be yanked)
+ list - show currently installed rubies, interactive output.
+ rubies - show list of rubies installed for use with scripting.
+ iconv - Install iconv
+ openssl - Install openssl
+ ncurses - Install ncurses
+ zlib - Install zlib
+ readline - with install, install readline versions 5.2 & 6.0
+ monitor - Monitor cwd for testing, run `rake {spec,test}` on changes.
+ notes - Display notes, with operating system specifics.
+
Implementation
* ruby - MRI/YARV Ruby (The Standard), defaults to 1.8.6
jruby - JRuby
rbx - rubinius
@@ -56,9 +69,10 @@
--load - Used with gemset to load a specified gemset file
--summary - Used with rubydo to print out a summary of the commands run.
--jit - Used with rubinius install to build with JIT
--latest - with gemset --dump skips version strings for latest gem.
--reconfigure - Force ./configure on install even if Makefile already exists.
+
Options
-v|--version - Emit rvm version loaded for current shell
-h|--help - Emit this output and exit