Skip to content

Instantly share code, notes, and snippets.

@Harlampov
Created June 26, 2013 10:22
Show Gist options
  • Save Harlampov/5866391 to your computer and use it in GitHub Desktop.
Save Harlampov/5866391 to your computer and use it in GitHub Desktop.
smx@root> features:addurl mvn:com.melexis.ape/rasco-feature/1.5/xml/features
smx@root> features:install rasco
smx@root> features:list|grep rasco
[installed ] [1.5 ] rasco repo-0
smx@root> list | grep rasco
[ 256] [Active ] [ ] [Started] [ 60] rasco-service (1.5.0)
[ 257] [Active ] [ ] [Started] [ 60] rasco-route (1.5.0)
smx@root> features:uninstall rasco
smx@root> features:list|grep rasco
[uninstalled] [1.5 ] rasco repo-0
smx@root> list | grep rasco
smx@root> features:removeurl mvn:com.melexis.ape/rasco-feature/1.5/xml/features
smx@root> features:addurl mvn:com.melexis.ape/rasco-feature/1.11/xml/features
smx@root> features:install rasco
smx@root> features:list|grep rasco
[installed ] [1.11 ] rasco repo-0
smx@root> list | grep rasco
[ 266] [Active ] [ ] [Started] [ 60] rasco-service (1.11.0)
[ 267] [Active ] [ ] [Started] [ 60] rasco-route (1.11.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment