forked from moviepilot/scalper
-
Notifications
You must be signed in to change notification settings - Fork 0
jrirei/scalper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- Ruby 77.2%
- JavaScript 12.4%
- Shell 10.4%