You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paulbouwer edited this page Dec 29, 2014
·
1 revision
svm allows multiple versions of scriptcs to be installed on a machine and for you to easily switch between them.
Source Locations
scriptcs versions may be installed from the following source locations:
stable (Chocolatey)
nightlies (MyGet)
local path (folder or .nupkg file)
When installing from a local folder you can optionally choose to either snapshot or softlink the folder. The snapshot option will make a copy-in-time of the folder. The softlink option is useful for when you are working on code in a cloned scriptcs repo.
svm will allow you to use a stable version and then switch to a beta dev version while you are working on scriptcs features.
Commands
Installing
The svm install command allows you to find and install scriptcs versions from the source locations.
See more at [Installing scriptcs versions](Installing scriptcs versions).
Using
The svm use command allows you to set one of the installed scriptcs versions as the active version.
See more at [Using scriptcs versions](Using scriptcs versions).
Listing
The svm list command allows you to list all the installed scriptcs versions or return the active scriptcs version.
See more at [Listing scriptcs versions](Listing scriptcs versions).
Removing
The svm remove command allows you to remove an installed scriptcs version.
See more at [Removing scriptcs versions](Removing scriptcs versions).