Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Installing scriptcs versions

paulbouwer edited this page Dec 29, 2014 · 7 revisions

The svm install command allows you to find and install scriptcs versions from the following source locations:

  • stable (Chocolatey)
  • nightlies (MyGet)
  • local path (folder or .nupkg file)

List scriptcs versions available to install

The following command will list the scriptcs versions that are available to install.

 svm install <-l|-list>

This list is currently hardcoded in svm (hence the current requirement to create a new release for new scriptcs versions). An api is on the roadmap that will provide svm with an up-to-date list of stable and nightly releases.

Example

 > svm install -l

 scriptcs version manager - 0.3.3

 The following scriptcs versions are available for installation:

   0.12.0
   0.11.0
   0.10.2
   0.10.1
   0.10.0
  svm install <version>
  Install scriptcs version indicated by <version>.
  examples:
  > svm install 0.11.0
  > svm install 0.10.2
  svm install <version> <-f|-from> <path> [-s|-snapshot]
  Install scriptcs version from path <path> as version <version>. Path may be a local folder or a local NuGet 
  package. If Path is a local folder, then a soft link to the local folder is created. Use the -snapshot option
  to create a snapshot of the local folder instead of a soft link. 
  examples:
  > svm install mybuild-0.11.0 -f 'C:\scriptcs\artifacts\Release\bin'
  > svm install mybuild-0.11.0 -from '/tmp/scriptcs/artifacts/Release/bin' -snapshot
  > svm install 0.11.0 -from 'C:\Downloads\ScriptCs.0.10.1.nupkg'

Navigation

  • Home
  • Installing svm
  • Windows
  • OSX
  • Linux
  • Updating svm
  • [Managing scriptcs versions](scriptcs versions)
  • [Install](Installing scriptcs versions)
  • [Use](Using scriptcs versions)
  • [List](Listing scriptcs versions)
  • [Remove](Removing scriptcs versions)
  • How it works
  • Community
Clone this wiki locally