Guest User

Untitled

a guest
Mar 17th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Sunshine is an object oriented deploy tool for rack applications.
  2.  
  3. Usage:
  4. sunshine -h/--help
  5. sunshine -v/--version
  6. sunshine command [arguments...] [options...]
  7.  
  8. Examples:
  9. sunshine deploy deploy_script.rb
  10. sunshine restart myapp -r user@server.com,user@host.com
  11. sunshine list myapp myotherapp --health -r user@server.com
  12. sunshine list myapp --status
  13.  
  14. Commands:
  15. add Register an app with sunshine
  16. deploy Run a deploy script
  17. list Display deployed apps
  18. restart Restart a deployed app
  19. rm Unregister an app with sunshine
  20. start Start a deployed app
  21. stop Stop a deployed app
  22.  
  23. For more help on sunshine commands, use 'sunshine COMMAND --help'
Add Comment
Please, Sign In to add comment