1CDIST-TYPE__RVM_GEMSET(7) cdist CDIST-TYPE__RVM_GEMSET(7)
2
3
4
6 cdist-type__rvm_gemset - Manage gemsets through rvm
7
9 RVM is the Ruby enVironment Manager for the Ruby programming language.
10
12 user The remote user account to use
13
14 state Either "present" or "absent", defaults to "present".
15
17 default
18 If present, set the given gemset as default.
19
21 # Install the gemset @myset for user charles on based on ruby-1.9.3-0
22 __rvm_gemset ruby-1.9.3-p0@myset --user charles --state present
23
24 # Do the same and make ruby-1.9.3-p0@myset the default gemset
25 __rvm_gemset ruby-1.9.3-p0@myset --user charles --state present --default
26
27 # Remove the gemset @myset for user john
28 __rvm_ruby ruby-1.9.3-p0@myset --user john --state absent
29
31 cdist-type__rvm(7), cdist-type__rvm_gem(7), cdist-type__rvm_ruby(7)
32
34 Evax Software <contact@evax.fr>
35
37 Copyright (C) 2012 Evax Software. Free use of this software is granted
38 under the terms of the GNU General Public License version 3 (GPLv3).
39
41 ungleich GmbH 2019
42
43
44
45
466.3.0 Dec 12, 2019 CDIST-TYPE__RVM_GEMSET(7)