Skip to content

jrirei/scalper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalper provides some utility functions that make your life with scalarium a little bit easier:

scalper show              # show current json configuration
scalper context           # show available contexts (context == scalarium action)
scalper context <context> # switch to context <context>
scalper list              # list the chef recipes of the current context
scalper list all          # list all chef recipes available
scalper update            # update custom cookbooks (only public git repos are supported)
scalper update self       # update scalper
scalper tail              # tail log of the currently running process (uses "less")
scalper exec              # execute all recipes of the current context
scalper exec <recipes>    # only execute the specified recipes (separate by comma without blanks)  
scalper info              # output the most important paths


install (as root) in any running scalarium instance with:

    bash < <(curl http://github.com/moviepilot/scalper/raw/master/scalper-installer)

=================================================================================================

Furthermore, a grease monkey script to open ssh sessions of the type ssh://ubuntu@<server>
In order to install the grease monkey script, click on this tiny little helpful link:

http://github.com/moviepilot/scalper/raw/master/scalarium-ssh-opener.user.js

About

Scalarium helpers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 77.2%
  • JavaScript 12.4%
  • Shell 10.4%